Skip to content

AppShellSlotProps

AppShellSlotProps = object

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

Props for the application shell plugin slot.

The low-level slot rendered by AppShellProps. Provides the sidebar + header + content layout structure. Use AppShellProps in application code; this type is for plugin implementors.

SidebarSlotProps for the sidebar slot within the shell.

children: ReactNode

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

Main content area.


optional header: ReactNode

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

Header element.


optional sidebar: ReactNode

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

Sidebar navigation element.