Interface: ISubPaneHeaderOptions experimental
Beta
Options to create a fixed-layout header for a sub pane.
Properties
checkbox?
optionalcheckbox?:ISubPaneHeaderCheckboxOptions
Beta
Remarks
Prebaked left: optional multiselect checkbox, rendered before the chevron.
clickToExpand?
optionalclickToExpand?:boolean
Beta
Remarks
If false, clicking the non-widget header background does not toggle expand. Default true.
menu?
optionalmenu?:IMenuCreationParams[]
Beta
Remarks
Prebaked right: optional overflow menu entries.
onMenuClicked?
optionalonMenuClicked?: (menuId) =>void
Beta
Parameters
menuId
string
Returns
void
Remarks
Called when a header menu item is clicked.
