Skip to main content

PageLayout

This component governs the layout of the contents of a Page component. It should contain all the PageBlock components that are to be displayed on the page.

Signature
function PageLayout(props: Readonly<PageLayoutProps>): void

Parameters

props

parameterReadonly<PageLayoutProps>

Status: Developer Preview

Signature
type PageLayoutProps = {    children: React.ReactNode;    className?: string;}

children

propertyReact.ReactNode

className

propertystring
Was this chapter helpful?
Report Issue
Edited Feb 2, 2026·Edit this page