@minecraft
    Preparing search index...

    Interface ITimelinePlayerEntry

    Common interface for all entries owned by a Timeline Player pane

    interface ITimelinePlayerEntry {
        id: string;
        paneId: string;
        title: LocalizedString;
        setTitle(title: LocalizedString): void;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    id: string

    Unique identifier for the entry.

    paneId: string

    Identifier of the parent Timeline Player pane.

    Display title shown next to the entry's graph.

    Methods