Timeline Studio API Documentation - v0.26.0
Preparing search index...
features/timeline/types/timeline
TimelineTrack
Interface TimelineTrack
Трек Timeline - контейнер для клипов одного типа
interface
TimelineTrack
{
clips
:
TimelineClip
[]
;
color
?:
string
;
height
:
number
;
id
:
string
;
isHidden
:
boolean
;
isLocked
:
boolean
;
isMuted
:
boolean
;
isSolo
:
boolean
;
name
:
string
;
order
:
number
;
pan
:
number
;
parentTrackId
?:
string
;
sectionId
?:
string
;
trackEffects
:
AppliedEffect
[]
;
trackFilters
:
AppliedFilter
[]
;
type
:
TrackType
;
volume
:
number
;
}
Index
Properties
clips
color?
height
id
is
Hidden
is
Locked
is
Muted
is
Solo
name
order
pan
parent
Track
Id?
section
Id?
track
Effects
track
Filters
type
volume
Properties
clips
clips
:
TimelineClip
[]
Optional
color
color
?:
string
height
height
:
number
id
id
:
string
is
Hidden
isHidden
:
boolean
is
Locked
isLocked
:
boolean
is
Muted
isMuted
:
boolean
is
Solo
isSolo
:
boolean
name
name
:
string
order
order
:
number
pan
pan
:
number
Optional
parent
Track
Id
parentTrackId
?:
string
Optional
section
Id
sectionId
?:
string
track
Effects
trackEffects
:
AppliedEffect
[]
track
Filters
trackFilters
:
AppliedFilter
[]
type
type
:
TrackType
volume
volume
:
number
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
clips
color
height
id
is
Hidden
is
Locked
is
Muted
is
Solo
name
order
pan
parent
Track
Id
section
Id
track
Effects
track
Filters
type
volume
Timeline Studio API Documentation - v0.26.0
Loading...
Трек Timeline - контейнер для клипов одного типа