Timeline Studio API Documentation - v0.26.0
Preparing search index...
features/style-templates/types/style-template
TemplateElement
Interface TemplateElement
interface
TemplateElement
{
animations
?:
Animation
[]
;
id
:
string
;
name
:
{
en
:
string
;
ru
:
string
}
;
position
:
{
x
:
number
;
y
:
number
}
;
properties
:
ElementProperties
;
size
:
{
height
:
number
;
width
:
number
}
;
timing
:
{
end
:
number
;
start
:
number
}
;
type
:
"text"
|
"video"
|
"image"
|
"animation"
|
"shape"
|
"particle"
;
}
Index
Properties
animations?
id
name
position
properties
size
timing
type
Properties
Optional
animations
animations
?:
Animation
[]
id
id
:
string
name
name
:
{
en
:
string
;
ru
:
string
}
position
position
:
{
x
:
number
;
y
:
number
}
properties
properties
:
ElementProperties
size
size
:
{
height
:
number
;
width
:
number
}
timing
timing
:
{
end
:
number
;
start
:
number
}
type
type
:
"text"
|
"video"
|
"image"
|
"animation"
|
"shape"
|
"particle"
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
animations
id
name
position
properties
size
timing
type
Timeline Studio API Documentation - v0.26.0
Loading...