Preparing search index...
The search index is not available
@chili-publish/studio-sdk
@chili-publish/studio-sdk
types/LayoutTypes
LayoutWithFrameProperties
Type Alias LayoutWithFrameProperties
LayoutWithFrameProperties
:
{
childLayouts
:
Id
[]
;
children
?:
LayoutWithFrameProperties
[]
;
frameProperties
:
FrameProperties
[]
;
height
:
number
|
null
;
id
:
Id
;
intent
:
LayoutIntent
|
null
;
name
:
string
;
parentId
?:
Id
;
timelineLengthMs
?:
number
;
type
:
LayoutType
;
width
:
number
|
null
;
}
Type declaration
childLayouts
:
Id
[]
Optional
children
?:
LayoutWithFrameProperties
[]
frameProperties
:
FrameProperties
[]
height
:
number
|
null
id
:
Id
intent
:
LayoutIntent
|
null
name
:
string
Optional
parentId
?:
Id
Optional
timelineLengthMs
?:
number
type
:
LayoutType
width
:
number
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@chili-publish/studio-sdk
Loading...