Axinom Mosaic Libraries
    Preparing search index...

    Interface PageHeaderNavigationActionProps

    Properties to generate a link

    interface PageHeaderNavigationActionProps {
        className?: string;
        confirmationConfig?: undefined;
        confirmationMode?: undefined;
        disabled?: boolean;
        icon?: string | IconName;
        imgAlt?: string;
        label: string;
        onClick?: undefined;
        openInNewTab?: boolean;
        path: LocationDescriptor<unknown>;
        tag?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    className?: string

    Optional class

    confirmationConfig?: undefined

    Optional text overrides for the confirmation pop up.

    confirmationMode?: undefined

    If set to 'Simple', the action will require confirmation. If set to 'Advanced', action will require confirmation via a confirmation pop up. (default: 'None')

    disabled?: boolean

    Whether the action is disabled. If set to true, disallows interactions. (default: undefined)

    icon?: string | IconName

    Optional built in icon. This prop also accepts an img src.

    imgAlt?: string

    Optional image alt attribute.

    label: string

    The label of the action.

    onClick?: undefined

    Callback to emit when a user clicks on the component

    openInNewTab?: boolean

    If set to true, the link will open in a new tab.

    path: LocationDescriptor<unknown>

    Where to navigate to when the action is clicked.

    tag?: string

    Optional tag to display in the action