Preparing search index...
The search index is not available
@chili-publish/studio-sdk
@chili-publish/studio-sdk
types/FrameTypes
FontSizeRangeManagedConstraint
Interface FontSizeRangeManagedConstraint
A managed constraint that restricts allowed font sizes to a continuous range.
allowed
: If true, restricts allowed font sizes to [min, max] (inclusive).
min
: The minimum allowed font size (nullable).
max
: The maximum allowed font size (nullable).
interface
FontSizeRangeManagedConstraint
{
allowed
:
boolean
;
max
:
null
|
number
;
min
:
null
|
number
;
}
Hierarchy (
View Summary
)
ManagedConstraint
FontSizeRangeManagedConstraint
Index
Properties
allowed
max
min
Properties
allowed
allowed
:
boolean
max
max
:
null
|
number
min
min
:
null
|
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allowed
max
min
@chili-publish/studio-sdk
Loading...
A managed constraint that restricts allowed font sizes to a continuous range.
allowed: If true, restricts allowed font sizes to [min, max] (inclusive).min: The minimum allowed font size (nullable).max: The maximum allowed font size (nullable).