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

    接口 ISubPaneHeaderCheckboxOptions

    Options for the prebaked multiselect checkbox displayed at the start of a header sub pane.

    interface ISubPaneHeaderCheckboxOptions {
        onChange?: (checked: boolean) => void;
        value: IObservableProp<boolean>;
    }
    索引

    属性

    onChange?: (checked: boolean) => void

    Called when the user toggles the checkbox.

    value: IObservableProp<boolean>

    Observable driving the checked state of the checkbox.