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

    Type Alias ListPaneButtonEntryParamsBeta

    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;
    }
    Index

    Properties

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