型・APIリファレンス
    Preparing search index...

    Function useSpreadSheetGridKeyboard

    • SpreadSheet Grid キーボード/クリップボードイベント composable

      Parameters

      • deps: GridKeyboardDeps

      Returns {
          bindEventListeners: () => void;
          handleClipboardCopy: (event: ClipboardEvent) => void;
          handleClipboardKeydown: (event: KeyboardEvent) => Promise<void>;
          handleClipboardPaste: (event: ClipboardEvent) => Promise<void>;
          handleDocumentPointerdown: (event: PointerEvent) => void;
          unbindEventListeners: () => void;
      }

      • bindEventListeners: () => void
      • handleClipboardCopy: (event: ClipboardEvent) => void
      • handleClipboardKeydown: (event: KeyboardEvent) => Promise<void>
      • handleClipboardPaste: (event: ClipboardEvent) => Promise<void>
      • handleDocumentPointerdown: (event: PointerEvent) => void
      • unbindEventListeners: () => void