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

    Interface ITimelinePlayerGroupBeta

    A group entry shown in a Timeline Player's group dropdown

    interface ITimelinePlayerGroup {
        id: string;
        name: LocalizedString;
        tooltip?: LocalizedString;
    }
    Index

    Properties

    Properties

    id: string

    Unique identifier for the group.

    Localized display name shown in the dropdown.

    tooltip?: LocalizedString

    Optional localized tooltip shown when hovering over the dropdown entry.