@vivliostyle/core
Preparing search index...
layout
AllLayoutConstraint
Class AllLayoutConstraint
Represents a constraint that allows layout if all the constraints it contains allow layout.
Implements
LayoutConstraint
Index
Constructors
constructor
Properties
constraints
Methods
allow
Layout
Constructors
constructor
new
AllLayoutConstraint
(
constraints
:
Layout
.
LayoutConstraint
[]
,
)
:
AllLayoutConstraint
Parameters
constraints
:
Layout
.
LayoutConstraint
[]
Returns
AllLayoutConstraint
Properties
Readonly
constraints
constraints
:
Layout
.
LayoutConstraint
[]
Methods
allow
Layout
allowLayout
(
nodeContext
:
Vtree
.
NodeContext
)
:
boolean
Parameters
nodeContext
:
Vtree
.
NodeContext
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
constraints
Methods
allow
Layout
@vivliostyle/core
Loading...
Represents a constraint that allows layout if all the constraints it contains allow layout.