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.
Properties
Section titled “Properties”children
Section titled “children”children:
ReactNode
Defined in: packages/ui/src/types.ts:240
Main content area.
header?
Section titled “header?”
optionalheader:ReactNode
Defined in: packages/ui/src/types.ts:244
Header element.
sidebar?
Section titled “sidebar?”
optionalsidebar:ReactNode
Defined in: packages/ui/src/types.ts:242
Sidebar navigation element.