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

    类型别名 ICollectionTreeEntryDropdownItemMenuOption

    Menu options for the collection tree entry dropdown item

    type ICollectionTreeEntryDropdownItemMenuOption = {
        imageData?: ImageResourceData;
        label: string;
        value: string;
    }
    索引

    属性

    imageData?: ImageResourceData
    label: string
    value: string