[]
        
(Showing Draft Content)

KeyboardShortcutTool

Type Alias: KeyboardShortcutTool

type KeyboardShortcutTool = 
  | "zoomIn"
  | "zoomOut"
  | "zoomActualSize"
  | "zoomPageWidth"
  | "rotate"
  | "rotateBackward"
  | "open"
  | "print"
  | "undo"
  | "redo"
  | "confirmChanges"
  | "cancelChanges"
  | "save";

Available tool names.