Graphora API
Preparing search index...
@graphora/layouts
ComponentPackingResult
Interface ComponentPackingResult
interface
ComponentPackingResult
{
components
:
readonly
PackedComponent
[]
;
diagnostics
:
{
componentCount
:
number
;
fixedConflicts
:
number
|
null
;
movedComponents
:
number
;
pairChecks
:
number
;
status
:
"work-limit"
|
"packed"
|
"fixed-conflict"
;
}
;
result
:
LayoutResult
;
}
Index
Properties
components
diagnostics
result
Properties
Readonly
components
components
:
readonly
PackedComponent
[]
Readonly
diagnostics
diagnostics
:
{
componentCount
:
number
;
fixedConflicts
:
number
|
null
;
movedComponents
:
number
;
pairChecks
:
number
;
status
:
"work-limit"
|
"packed"
|
"fixed-conflict"
;
}
Readonly
result
result
:
LayoutResult
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
components
diagnostics
result
Graphora API
Loading...