Backstage
    Preparing search index...

    Props for the PageLayout component

    interface PageLayoutProps {
        children?: ReactNode;
        headerActions?: (Element | null)[];
        icon?: IconElement;
        noHeader?: boolean;
        tabs?: PageTab[];
        title?: string;
    }
    Index

    Properties

    children?: ReactNode
    headerActions?: (Element | null)[]
    noHeader?: boolean
    tabs?: PageTab[]
    title?: string