Timeline Studio API Documentation - v0.26.0
Preparing search index...
features/templates/lib/template-config
MediaTemplate
Interface MediaTemplate
interface
MediaTemplate
{
cellConfig
?:
CellConfiguration
|
CellConfiguration
[]
;
cellLayouts
?:
CellLayout
[]
;
cells
?:
CellConfiguration
[]
;
dividers
?:
DividerConfig
;
gridConfig
?:
{
columnGap
?:
string
;
columns
:
number
;
rowGap
?:
string
;
rows
:
number
;
}
;
id
:
string
;
layout
?:
LayoutConfig
;
render
:
()
=>
Element
;
resizable
?:
boolean
;
screens
:
number
;
split
:
"grid"
|
"custom"
|
"vertical"
|
"horizontal"
|
"diagonal"
;
splitPoints
?:
SplitPoint
[]
;
splitPosition
?:
number
;
}
Hierarchy (
View Summary
)
MediaTemplateConfig
MediaTemplate
Index
Properties
cell
Config?
cell
Layouts?
cells?
dividers?
grid
Config?
id
layout?
render
resizable?
screens
split
split
Points?
split
Position?
Properties
Optional
cell
Config
cellConfig
?:
CellConfiguration
|
CellConfiguration
[]
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
render
render
:
()
=>
Element
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
Config
cell
Layouts
cells
dividers
grid
Config
id
layout
render
resizable
screens
split
split
Points
split
Position
Timeline Studio API Documentation - v0.26.0
Loading...