Axinom Mosaic Libraries
    Preparing search index...
    interface ActionBaseData {
        icon?: IconComponent;
        isDisabled?: boolean;
        label: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Optional icon. Callers may pass either an IconName enum value or a custom icon component (default: IconName.ChevronRight).

    isDisabled?: boolean

    Renders an un-clickable button if true.

    label: string

    The label of the action.