Axinom Mosaic Libraries
    Preparing search index...

    Interface ActionsProps

    interface ActionsProps {
        actions?: ActionData[];
        className?: string;
        onActionClick?: (
            e: MouseEvent<HTMLDivElement, MouseEvent>,
            action: ContextActionData,
        ) => void;
        width?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    actions?: ActionData[]

    Array of Actions to be rendered

    className?: string

    CSS Class name for additional styles

    onActionClick?: (
        e: MouseEvent<HTMLDivElement, MouseEvent>,
        action: ContextActionData,
    ) => void
    width?: string

    Width of the container