PageContainerSlotProps
PageContainerSlotProps =
object
Defined in: packages/ui/src/types.ts:273
Props for the page container plugin slot.
Provides the page wrapper with title, breadcrumb trail, action buttons, and optional tab navigation. Used internally by ListViewProps and DetailViewProps.
- BreadcrumbItem for breadcrumb trail entries.
- TabItem for sub-navigation tabs.
Properties
Section titled “Properties”actions?
Section titled “actions?”
optionalactions:ReactNode
Defined in: packages/ui/src/types.ts:281
Action buttons rendered in the page header.
breadcrumb?
Section titled “breadcrumb?”
optionalbreadcrumb:BreadcrumbItem[]
Defined in: packages/ui/src/types.ts:279
Breadcrumb trail items.
children
Section titled “children”children:
ReactNode
Defined in: packages/ui/src/types.ts:275
Page body content.
optionaltabs:TabItem[]
Defined in: packages/ui/src/types.ts:283
Tab items for sub-navigation within the page.
title?
Section titled “title?”
optionaltitle:string
Defined in: packages/ui/src/types.ts:277
Page title displayed in the header area.