Axinom Mosaic Libraries
    Preparing search index...

    Interface PageHeaderProps

    interface PageHeaderProps {
        actions?: PageHeaderActionItemProps[];
        className?: string;
        setTabTitle?: boolean;
        subtitle?: string;
        title?: string;
    }
    Index

    Properties

    Array of actions to be rendered. (default: [])

    className?: string

    CSS Class name for additional styles

    setTabTitle?: boolean

    Update the tab title using the 'title' field. (default: true)

    subtitle?: string

    Subtitle shown in page header

    title?: string

    Title shown in page header