Skip to content

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.

optional actions: ReactNode

Defined in: packages/ui/src/types.ts:281

Action buttons rendered in the page header.


optional breadcrumb: BreadcrumbItem[]

Defined in: packages/ui/src/types.ts:279

Breadcrumb trail items.


children: ReactNode

Defined in: packages/ui/src/types.ts:275

Page body content.


optional tabs: TabItem[]

Defined in: packages/ui/src/types.ts:283

Tab items for sub-navigation within the page.


optional title: string

Defined in: packages/ui/src/types.ts:277

Page title displayed in the header area.