Interface: ITimelinePlayerEntry experimental
playerBeta
Common interface for all entries owned by a Timeline Player pane
Extended by
Properties
id
readonlyid:string
Beta
Remarks
Unique identifier for the entry.
paneId
readonlypaneId:string
Beta
Remarks
Identifier of the parent Timeline Player pane.
title
readonlytitle:LocalizedString|undefined
Beta
Remarks
Display title shown next to the entry's graph.
Methods
setTitle()
setTitle(
title):void
Beta
Parameters
title
LocalizedString | undefined
New title.
Returns
void
Remarks
Updates title of the entry.
