Rezi
Preparing search index...
core/src
widthConstraints
Variable widthConstraints
Const
widthConstraints
:
Readonly
<
{
clampedIntrinsicPlus
(
options
:
Readonly
<
{
max
?:
number
|
"parent"
;
min
:
number
;
pad
:
number
}
,
>
,
)
:
ConstraintExpr
;
clampedPercentOfParent
(
options
:
Readonly
<
{
max
:
number
;
min
:
number
;
ratio
:
number
}
>
,
)
:
ConstraintExpr
;
clampedViewportMinus
(
options
:
Readonly
<
{
max
:
number
;
min
:
number
;
minus
:
number
}
>
,
)
:
ConstraintExpr
;
minViewportPercent
(
options
:
Readonly
<
{
min
:
number
;
ratio
:
number
}
>
,
)
:
ConstraintExpr
;
percentOfParent
(
ratio
:
number
)
:
ConstraintExpr
;
percentOfViewport
(
ratio
:
number
)
:
ConstraintExpr
;
stepsByViewportWidth
(
options
:
Readonly
<
{
steps
:
readonly
Readonly
<
{
below
:
number
;
value
:
ConstraintValue
}
>
[]
;
}
,
>
,
)
:
ConstraintExpr
;
}
,
>
= ...
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Rezi
Loading...