Preparing search index...
The search index is not available
@chili-publish/studio-sdk
@chili-publish/studio-sdk
types/DocumentTypes
Layout
Interface Layout
interface
Layout
{
animated
?:
boolean
;
childLayouts
:
string
[]
;
frameAnimations
?:
FrameAnimation
[]
;
frameProperties
:
(
FrameProperty
|
TopFrameProperty
)
[]
;
height
?:
number
;
id
:
string
;
intent
?:
LayoutIntent
;
name
:
string
;
timelineLengthMs
?:
number
;
type
:
LayoutType
;
width
?:
number
;
}
Hierarchy (
View Summary
)
Layout
TopLayout
ChildLayout
Index
Properties
animated?
child
Layouts
frame
Animations?
frame
Properties
height?
id
intent?
name
timeline
Length
Ms?
type
width?
Properties
Optional
animated
animated
?:
boolean
child
Layouts
childLayouts
:
string
[]
Optional
frame
Animations
frameAnimations
?:
FrameAnimation
[]
frame
Properties
frameProperties
:
(
FrameProperty
|
TopFrameProperty
)
[]
Optional
height
height
?:
number
id
id
:
string
Optional
intent
intent
?:
LayoutIntent
name
name
:
string
Optional
timeline
Length
Ms
timelineLengthMs
?:
number
type
type
:
LayoutType
Optional
width
width
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
animated
child
Layouts
frame
Animations
frame
Properties
height
id
intent
name
timeline
Length
Ms
type
width
@chili-publish/studio-sdk
Loading...