For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server-editor/interfaces/ITimelinePlayerEntry.md.

Interface: ITimelinePlayerEntry experimental

player

Beta

Common interface for all entries owned by a Timeline Player pane

Extended by

Properties

id

readonly id: string

Beta

Remarks

Unique identifier for the entry.


paneId

readonly paneId: string

Beta

Remarks

Identifier of the parent Timeline Player pane.


title

readonly title: 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.

同领域相关