Datalayer VS Code Extension - v0.0.4
    Preparing search index...
    interface OverflowMenuAction {
        active?: boolean;
        disabled?: boolean;
        icon?: string;
        id: string;
        label: string;
        onClick: () => void;
    }
    Index

    Properties

    active?: boolean

    Whether the action is currently active/selected

    disabled?: boolean

    Whether the action is disabled

    icon?: string

    Icon class name

    id: string

    Action identifier

    label: string

    Action label

    onClick: () => void

    Click handler