Timeline Studio API Documentation - v0.26.0
Preparing search index...
features/templates/lib/template-config
MediaTemplateConfig
Interface MediaTemplateConfig
interface
MediaTemplateConfig
{
cellLayouts
?:
CellLayout
[]
;
cells
?:
CellConfiguration
[]
;
dividers
?:
DividerConfig
;
gridConfig
?:
{
columnGap
?:
string
;
columns
:
number
;
rowGap
?:
string
;
rows
:
number
;
}
;
id
:
string
;
layout
?:
LayoutConfig
;
resizable
?:
boolean
;
screens
:
number
;
split
:
"grid"
|
"custom"
|
"vertical"
|
"horizontal"
|
"diagonal"
;
splitPoints
?:
SplitPoint
[]
;
splitPosition
?:
number
;
}
Hierarchy (
View Summary
)
MediaTemplateConfig
MediaTemplate
Index
Properties
cell
Layouts?
cells?
dividers?
grid
Config?
id
layout?
resizable?
screens
split
split
Points?
split
Position?
Properties
Optional
cell
Layouts
cellLayouts
?:
CellLayout
[]
Optional
cells
cells
?:
CellConfiguration
[]
Optional
dividers
dividers
?:
DividerConfig
Optional
grid
Config
gridConfig
?:
{
columnGap
?:
string
;
columns
:
number
;
rowGap
?:
string
;
rows
:
number
;
}
id
id
:
string
Optional
layout
layout
?:
LayoutConfig
Optional
resizable
resizable
?:
boolean
screens
screens
:
number
split
split
:
"grid"
|
"custom"
|
"vertical"
|
"horizontal"
|
"diagonal"
Optional
split
Points
splitPoints
?:
SplitPoint
[]
Optional
split
Position
splitPosition
?:
number
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
cell
Layouts
cells
dividers
grid
Config
id
layout
resizable
screens
split
split
Points
split
Position
Timeline Studio API Documentation - v0.26.0
Loading...