Backstage
    Preparing search index...

    Interface HeaderProps

    Props for the Header component.

    interface HeaderProps {
        breadcrumbs?: HeaderBreadcrumb[];
        className?: string;
        customActions?: ReactNode;
        tabs?: HeaderTab[];
        title?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

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