@minecraft
    正在准备搜索索引...

    接口 ITimelinePlayerGroup

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

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

    属性

    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.