Type Alias: NotebookPageProps
NotebookPageProps =
object
Defined in: packages/react/src/jsx.ts:469
Props for notebook (tabbed) pages.
Properties
children?
optionalchildren:ReactNode
Defined in: packages/react/src/jsx.ts:471
Content to place in the notebook page
label?
optionallabel:string
Defined in: packages/react/src/jsx.ts:473
Tab label text (optional when using Notebook.PageTab)
tabExpand?
optionaltabExpand:boolean
Defined in: packages/react/src/jsx.ts:475
Whether the tab should expand to fill available space
tabFill?
optionaltabFill:boolean
Defined in: packages/react/src/jsx.ts:477
Whether the tab should fill its allocated space