Script API - v26.50.24
    Preparing search index...

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

    Properties

    Properties

    onChange?: (checked: boolean) => void

    Called when the user toggles the checkbox.

    value: IObservableProp<boolean>

    Observable driving the checked state of the checkbox.