Skip to main content

Type Alias: NotebookPageProps

NotebookPageProps = VirtualSlotProps & object

Defined in: jsx.ts:210

Props for notebook (tabbed) pages.

Type Declaration

NameTypeDescriptionDefined in
label?stringTab label text (optional when using Notebook.PageTab)jsx.ts:212
tabExpand?booleanWhether the tab should expand to fill available spacejsx.ts:214
tabFill?booleanWhether the tab should fill its allocated spacejsx.ts:216