HomeVendure CoreShow hidden breadcrumbs...Dashboard APIPageLayoutOn this pagePageLayoutPageLayout @vendure/dashboardSourcev3.3.0 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. Signaturefunction PageLayout(props: Readonly<PageLayoutProps>): void Parameters props parameterReadonly<PageLayoutProps> PageLayoutProps @vendure/dashboardSourcev3.3.0 Status: Developer Preview Signaturetype PageLayoutProps = { children: React.ReactNode; className?: string;} childrenpropertyReact.ReactNodeclassNamepropertystringWas this chapter helpful?It was helpfulIt wasn't helpfulReport IssuePreviousPaginatedListDataTableNextPageEdited Jun 12, 2026ยทEdit this page