Backstage
    Preparing search index...

    Interface HeaderProps

    Props for the main Header component.

    interface HeaderProps {
        className?: string;
        customActions?: ReactNode;
        icon?: ReactNode;
        onTabSelectionChange?: (key: Key) => void;
        tabs?: HeaderTab[];
        title?: string;
        titleLink?: string;
    }
    Index

    Properties

    className?: string
    customActions?: ReactNode
    icon?: ReactNode
    onTabSelectionChange?: (key: Key) => void
    tabs?: HeaderTab[]
    title?: string
    titleLink?: string