Timeline Studio API Documentation - v0.26.0
Preparing search index...
features/timeline/types/timeline
TimelineProject
Interface TimelineProject
Проект Timeline - корневой объект
interface
TimelineProject
{
createdAt
:
Date
;
description
?:
string
;
duration
:
number
;
fps
:
number
;
globalTracks
:
TimelineTrack
[]
;
id
:
string
;
markers
?:
TimelineMarker
[]
;
name
:
string
;
resources
:
ProjectResources
;
sampleRate
:
number
;
sections
:
TimelineSection
[]
;
settings
:
ProjectSettings
;
updatedAt
:
Date
;
version
:
string
;
}
Index
Properties
created
At
description?
duration
fps
global
Tracks
id
markers?
name
resources
sample
Rate
sections
settings
updated
At
version
Properties
created
At
createdAt
:
Date
Optional
description
description
?:
string
duration
duration
:
number
fps
fps
:
number
global
Tracks
globalTracks
:
TimelineTrack
[]
id
id
:
string
Optional
markers
markers
?:
TimelineMarker
[]
name
name
:
string
resources
resources
:
ProjectResources
sample
Rate
sampleRate
:
number
sections
sections
:
TimelineSection
[]
settings
settings
:
ProjectSettings
updated
At
updatedAt
:
Date
version
version
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
created
At
description
duration
fps
global
Tracks
id
markers
name
resources
sample
Rate
sections
settings
updated
At
version
Timeline Studio API Documentation - v0.26.0
Loading...
Проект Timeline - корневой объект