@samatawy/diagrams
    Preparing search index...

    Interface DiagramHintPoolItem

    interface DiagramHintPoolItem {
        id: string;
        message?: string;
        fallbackMessage?: string;
        category: DiagramHintPoolCategory;
        tool?: string;
        actionId?: DiagramActionId;
        shortcut?: string | string[];
        access?: DiagramHintAccessSurface[];
        minSelectionCount?: number;
        requiresConnectionSelection?: boolean;
        requiresTextCapableSelection?: boolean;
    }
    Index

    Properties

    id: string
    message?: string
    fallbackMessage?: string
    tool?: string
    actionId?: DiagramActionId
    shortcut?: string | string[]
    minSelectionCount?: number
    requiresConnectionSelection?: boolean
    requiresTextCapableSelection?: boolean