Type Alias: NotebookPageProps
NotebookPageProps =
VirtualSlotProps&object
Defined in: jsx.ts:210
Props for notebook (tabbed) pages.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
label? | string | Tab label text (optional when using Notebook.PageTab) | jsx.ts:212 |
tabExpand? | boolean | Whether the tab should expand to fill available space | jsx.ts:214 |
tabFill? | boolean | Whether the tab should fill its allocated space | jsx.ts:216 |