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

    类型别名 ListPaneButtonEntryParams

    List Pane Button entry creation parameter

    type ListPaneButtonEntryParams = {
        enabled?: boolean;
        icon?: string;
        onClick: (entry: IListPaneButtonEntry) => void;
        title?: LocalizedString;
        tooltip?: BasicTooltipContent;
        type: Button;
        variant?: ButtonPropertyItemVariant;
        visible?: boolean;
    }
    索引

    属性

    enabled?: boolean
    icon?: string
    onClick: (entry: IListPaneButtonEntry) => void
    type: Button
    visible?: boolean