Preparing search index...
The search index is not available
@chili-publish/studio-sdk
@chili-publish/studio-sdk
types/DocumentTypes
ChildLayout
Interface ChildLayout
interface
ChildLayout
{
animated
?:
boolean
;
childLayouts
:
string
[]
;
frameAnimations
?:
FrameAnimation
[]
;
frameProperties
:
(
FrameProperty
|
TopFrameProperty
)
[]
;
height
?:
number
;
id
:
string
;
intent
?:
LayoutIntent
;
name
:
string
;
parentId
:
string
;
timelineLengthMs
?:
number
;
type
:
LayoutType
;
width
?:
number
;
}
Hierarchy (
View Summary
)
Layout
ChildLayout
Index
Properties
animated?
child
Layouts
frame
Animations?
frame
Properties
height?
id
intent?
name
parent
Id
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
parent
Id
parentId
:
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
parent
Id
timeline
Length
Ms
type
width
@chili-publish/studio-sdk
Loading...