Optional
contextAllow for customizations on context menu
Optional
disabledIf true, the tab strip is disabled
Optional
readIf true then the tab strips can not be modified but can still be selected.
Optional
renderRender custom context menu.
A React Element representing the ContextMenu.
Optional
renderRender custom sheet all menu.
A React Element representing the SheetAllMenu.
Optional
renderRender custom sheet tabs.
A React Element representing a Tab for a Sheet.
Optional
sheetsAllow for customizations on context menu
Optional
sheetAllow for customizations om sheet tabs.
Optional
sxMUI SX props https://mui.com/system/getting-started/the-sx-prop/
Optional
workbookThe workbook
Optional
onCalled when the user has initiated a change to the active tab but before it has been rendered. This allows for cleanup events or a chance to cancel the change by returning false.
Optional
onCalled after the tab has been changed.
Tab strip that operates on IWorkbook