Timeline Studio API Documentation - v0.26.0
Preparing search index...
features/timeline/types/timeline
TimelineSection
Interface TimelineSection
Секция Timeline - группа треков по времени/дате
interface
TimelineSection
{
color
?:
string
;
duration
:
number
;
endTime
:
number
;
id
:
string
;
index
:
number
;
isCollapsed
:
boolean
;
name
:
string
;
realEndTime
?:
Date
;
realStartTime
?:
Date
;
startTime
:
number
;
tags
?:
string
[]
;
tracks
:
TimelineTrack
[]
;
}
Index
Properties
color?
duration
end
Time
id
index
is
Collapsed
name
real
End
Time?
real
Start
Time?
start
Time
tags?
tracks
Properties
Optional
color
color
?:
string
duration
duration
:
number
end
Time
endTime
:
number
id
id
:
string
index
index
:
number
is
Collapsed
isCollapsed
:
boolean
name
name
:
string
Optional
real
End
Time
realEndTime
?:
Date
Optional
real
Start
Time
realStartTime
?:
Date
start
Time
startTime
:
number
Optional
tags
tags
?:
string
[]
tracks
tracks
:
TimelineTrack
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
color
duration
end
Time
id
index
is
Collapsed
name
real
End
Time
real
Start
Time
start
Time
tags
tracks
Timeline Studio API Documentation - v0.26.0
Loading...
Секция Timeline - группа треков по времени/дате