@vivliostyle/core
Preparing search index...
types
Layout
FragmentLayoutConstraint
Interface FragmentLayoutConstraint
Represents constraints on laying out fragments
interface
FragmentLayoutConstraint
{
flagmentLayoutConstraintType
:
FragmentLayoutConstraintType
;
allowLayout
(
nodeContext
:
Vtree
.
NodeContext
,
overflownNodeContext
:
Vtree
.
NodeContext
,
column
:
Layout
.
Column
,
)
:
boolean
;
equalsTo
(
constraint
:
Layout
.
FragmentLayoutConstraint
)
:
boolean
;
finishBreak
(
nodeContext
:
Vtree
.
NodeContext
,
column
:
Layout
.
Column
,
)
:
Result
<
boolean
>
;
getPriorityOfFinishBreak
()
:
number
;
nextCandidate
(
nodeContext
:
Vtree
.
NodeContext
)
:
boolean
;
postLayout
(
allowed
:
boolean
,
positionAfter
:
Vtree
.
NodeContext
,
initialPosition
:
Vtree
.
NodeContext
,
column
:
Layout
.
Column
,
)
:
any
;
}
Hierarchy (
View Summary
)
FragmentLayoutConstraint
Selectors
.
AfterIfContinuesLayoutConstraint
RepetitiveElement
.
RepetitiveElementsOwnerLayoutConstraint
Index
Properties
flagment
Layout
Constraint
Type
Methods
allow
Layout
equals
To
finish
Break
get
Priority
Of
Finish
Break
next
Candidate
post
Layout
Properties
flagment
Layout
Constraint
Type
flagmentLayoutConstraintType
:
FragmentLayoutConstraintType
Methods
allow
Layout
allowLayout
(
nodeContext
:
Vtree
.
NodeContext
,
overflownNodeContext
:
Vtree
.
NodeContext
,
column
:
Layout
.
Column
,
)
:
boolean
Parameters
nodeContext
:
Vtree
.
NodeContext
overflownNodeContext
:
Vtree
.
NodeContext
column
:
Layout
.
Column
Returns
boolean
equals
To
equalsTo
(
constraint
:
Layout
.
FragmentLayoutConstraint
)
:
boolean
Parameters
constraint
:
Layout
.
FragmentLayoutConstraint
Returns
boolean
finish
Break
finishBreak
(
nodeContext
:
Vtree
.
NodeContext
,
column
:
Layout
.
Column
,
)
:
Result
<
boolean
>
Parameters
nodeContext
:
Vtree
.
NodeContext
column
:
Layout
.
Column
Returns
Result
<
boolean
>
get
Priority
Of
Finish
Break
getPriorityOfFinishBreak
()
:
number
Returns
number
next
Candidate
nextCandidate
(
nodeContext
:
Vtree
.
NodeContext
)
:
boolean
Parameters
nodeContext
:
Vtree
.
NodeContext
Returns
boolean
post
Layout
postLayout
(
allowed
:
boolean
,
positionAfter
:
Vtree
.
NodeContext
,
initialPosition
:
Vtree
.
NodeContext
,
column
:
Layout
.
Column
,
)
:
any
Parameters
allowed
:
boolean
positionAfter
:
Vtree
.
NodeContext
initialPosition
:
Vtree
.
NodeContext
column
:
Layout
.
Column
Returns
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
flagment
Layout
Constraint
Type
Methods
allow
Layout
equals
To
finish
Break
get
Priority
Of
Finish
Break
next
Candidate
post
Layout
@vivliostyle/core
Loading...
Represents constraints on laying out fragments