iink-ts - v4.0.0
    Preparing search index...

    Type Alias TMenuItemBase

    Base type for menu items

    type TMenuItemBase = {
        disabled?: boolean | ((canvas: TInteractiveInkCanvas) => boolean);
        id: string;
        label?: string;
        visible?: boolean | ((canvas: TInteractiveInkCanvas) => boolean);
    }
    Index
    disabled?: boolean | ((canvas: TInteractiveInkCanvas) => boolean)
    id: string
    label?: string
    visible?: boolean | ((canvas: TInteractiveInkCanvas) => boolean)