Timeline Studio API Documentation - v0.26.0
Preparing search index...
features/templates/lib/template-config
CellConfiguration
Interface CellConfiguration
interface
CellConfiguration
{
alignX
?:
"center"
|
"left"
|
"right"
;
alignY
?:
"bottom"
|
"top"
|
"center"
;
background
?:
{
color
?:
string
;
gradient
?:
string
;
image
?:
string
;
opacity
?:
number
;
}
;
border
?:
{
color
?:
string
;
radius
?:
string
;
style
?:
"solid"
|
"dashed"
|
"dotted"
;
width
?:
string
;
}
;
fitMode
?:
"fill"
|
"contain"
|
"cover"
;
initialPosition
?:
{
x
:
number
;
y
:
number
}
;
initialScale
?:
number
;
margin
?:
string
;
padding
?:
string
;
title
?:
{
position
?:
|
"center"
|
"top-left"
|
"top-right"
|
"bottom-left"
|
"bottom-right"
;
show
:
boolean
;
style
?:
{
color
?:
string
;
fontFamily
?:
string
;
fontSize
?:
string
;
fontWeight
?:
string
;
margin
?:
string
;
opacity
?:
number
;
padding
?:
string
;
transform
?:
string
;
}
;
text
?:
string
;
}
;
}
Index
Properties
align
X?
align
Y?
background?
border?
fit
Mode?
initial
Position?
initial
Scale?
margin?
padding?
title?
Properties
Optional
align
X
alignX
?:
"center"
|
"left"
|
"right"
Optional
align
Y
alignY
?:
"bottom"
|
"top"
|
"center"
Optional
background
background
?:
{
color
?:
string
;
gradient
?:
string
;
image
?:
string
;
opacity
?:
number
;
}
Optional
border
border
?:
{
color
?:
string
;
radius
?:
string
;
style
?:
"solid"
|
"dashed"
|
"dotted"
;
width
?:
string
;
}
Optional
fit
Mode
fitMode
?:
"fill"
|
"contain"
|
"cover"
Optional
initial
Position
initialPosition
?:
{
x
:
number
;
y
:
number
}
Optional
initial
Scale
initialScale
?:
number
Optional
margin
margin
?:
string
Optional
padding
padding
?:
string
Optional
title
title
?:
{
position
?:
|
"center"
|
"top-left"
|
"top-right"
|
"bottom-left"
|
"bottom-right"
;
show
:
boolean
;
style
?:
{
color
?:
string
;
fontFamily
?:
string
;
fontSize
?:
string
;
fontWeight
?:
string
;
margin
?:
string
;
opacity
?:
number
;
padding
?:
string
;
transform
?:
string
;
}
;
text
?:
string
;
}
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
align
X
align
Y
background
border
fit
Mode
initial
Position
initial
Scale
margin
padding
title
Timeline Studio API Documentation - v0.26.0
Loading...