Preparing search index...
The search index is not available
@chili-publish/studio-sdk
@chili-publish/studio-sdk
types/LayoutTypes
Layout
Type Alias Layout
Layout
:
{
availableForUser
:
boolean
;
bleed
:
PropertyState
<
LayoutBleed
>
;
childLayouts
:
Id
[]
;
displayName
?:
string
|
null
;
fillColor
:
PropertyState
<
ColorUsage
>
;
fillColorEnabled
:
PropertyState
<
boolean
>
;
height
:
PropertyState
<
number
>
;
id
:
Id
;
intent
:
PropertyState
<
LayoutIntent
>
;
layoutHeight
:
PropertyState
<
number
>
;
layoutWidth
:
PropertyState
<
number
>
;
name
:
string
;
parentId
?:
Id
;
privateData
:
PrivateData
;
resizableByUser
:
ResizableLayoutProperties
;
selectedByUser
:
boolean
;
timelineLengthMs
:
PropertyState
<
number
>
;
unit
:
PropertyState
<
MeasurementUnit
>
;
width
:
PropertyState
<
number
>
;
}
Type declaration
availableForUser
:
boolean
bleed
:
PropertyState
<
LayoutBleed
>
childLayouts
:
Id
[]
Optional
displayName
?:
string
|
null
fillColor
:
PropertyState
<
ColorUsage
>
fillColorEnabled
:
PropertyState
<
boolean
>
height
:
PropertyState
<
number
>
id
:
Id
intent
:
PropertyState
<
LayoutIntent
>
layoutHeight
:
PropertyState
<
number
>
layoutWidth
:
PropertyState
<
number
>
name
:
string
Optional
parentId
?:
Id
privateData
:
PrivateData
resizableByUser
:
ResizableLayoutProperties
selectedByUser
:
boolean
timelineLengthMs
:
PropertyState
<
number
>
unit
:
PropertyState
<
MeasurementUnit
>
width
:
PropertyState
<
number
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@chili-publish/studio-sdk
Loading...