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

    接口 IListPaneSlotOptions

    List Pane slot optional properties

    interface IListPaneSlotOptions {
        tags?: string[];
        title?: LocalizedString;
        uniqueId?: string;
        userData?: unknown;
    }
    索引

    属性

    tags?: string[]

    List of tags associated with the slot.

    Localized title of the slot.

    uniqueId?: string

    Unique identifier to use for the slot.

    userData?: unknown

    Optional user data that can be associated with a slot.