Backstage
    Preparing search index...

    Interface HeaderPageProps

    Props for the main HeaderPage component.

    interface HeaderPageProps {
        breadcrumbs?: HeaderPageBreadcrumb[];
        className?: string;
        customActions?: ReactNode;
        tabs?: HeaderTab[];
        title?: string;
    }
    Index

    Properties

    breadcrumbs?: HeaderPageBreadcrumb[]
    className?: string
    customActions?: ReactNode
    tabs?: HeaderTab[]
    title?: string