@minecraft/server-editor
    Preparing search index...

    Interface ITimelinePlayerEntryBeta

    Common interface for all entries owned by a Timeline Player pane

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

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    id: string

    Unique identifier for the entry.

    paneId: string

    Identifier of the parent Timeline Player pane.

    title: LocalizedString | undefined

    Display title shown next to the entry's graph.

    Methods

    • Beta

      Parameters

      Returns void

      Updates title of the entry.