Axinom Mosaic Libraries
    Preparing search index...

    Interface InlineMenuProps

    interface InlineMenuProps {
        actions?: ActionData[];
        addBackgroundOpacity?: boolean;
        buttonClassName?: string;
        buttonContext?: ButtonContext;
        buttonIcon?: IconName;
        className?: string;
        offsetDistance?: number;
        offsetSkidding?: number;
        onActionClick?: (
            e: MouseEvent<HTMLDivElement, MouseEvent>,
            action: ContextActionData,
        ) => void;
        onButtonClicked?: (
            event: MouseEvent<HTMLButtonElement, MouseEvent>,
        ) => void;
        placement?: Placement;
        showArrow?: boolean;
        width?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    actions?: ActionData[]

    Array of Actions to be rendered

    addBackgroundOpacity?: boolean

    Applies white background with opacity 70%

    buttonClassName?: string

    Additional CSS class for the button

    buttonContext?: ButtonContext
    buttonIcon?: IconName
    className?: string

    Additional CSS class for the action container

    offsetDistance?: number

    Distance to the reference element default(6)

    offsetSkidding?: number

    Move along the reference element default(0)

    onActionClick?: (
        e: MouseEvent<HTMLDivElement, MouseEvent>,
        action: ContextActionData,
    ) => void
    onButtonClicked?: (event: MouseEvent<HTMLButtonElement, MouseEvent>) => void
    placement?: Placement

    Default placement can be changed with this optional property (default: 'top')

    showArrow?: boolean
    width?: string

    Width of the container