Interface: ISubPaneHeaderCheckboxOptions experimental
Beta
Options for the prebaked multiselect checkbox displayed at the start of a header sub pane.
Properties
onChange?
optionalonChange?: (checked) =>void
Beta
Parameters
checked
boolean
Returns
void
Remarks
Called when the user toggles the checkbox.
value
value:
IObservableProp<boolean>
Beta
Remarks
Observable driving the checked state of the checkbox.
