Axinom Mosaic Libraries
    Preparing search index...
    interface BaseActionOptions {
        className?: string;
        disabled?: boolean;
        icon?: string | IconName;
        imgAlt?: string;
        label: string;
        tag?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    className?: string

    Optional class

    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.

    tag?: string

    Optional tag to display in the action