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

    Type Alias ListPaneBoolEntryParamsBeta

    List Pane Bool entry creation parameter

    type ListPaneBoolEntryParams = {
        enabled?: boolean;
        icon?: string;
        onChange?: (
            newValue: boolean,
            oldValue: boolean,
            entry: IListPaneBoolEntry,
        ) => void;
        tooltip?: BasicTooltipContent;
        type: Bool;
        value: IObservableProp<boolean>;
        visible?: boolean;
    }
    Index

    Properties

    enabled?: boolean
    icon?: string
    onChange?: (
        newValue: boolean,
        oldValue: boolean,
        entry: IListPaneBoolEntry,
    ) => void
    type: Bool
    value: IObservableProp<boolean>
    visible?: boolean