@samatawy/diagrams
    Preparing search index...

    Class DiagramKeyboard<T>

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    shortcuts: KeyboardShortcut<T>[] = []

    Methods

    • Parameters

      • key: string
      • modifiers: { shift?: boolean; ctrl?: boolean; alt?: boolean; meta?: boolean } = {}

      Returns KeyboardShortcut<T> | undefined