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

    类型别名 ListPaneBoolEntryParams

    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;
    }
    索引

    属性

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