目录

ContextMenuItemRole

The list of supported context menu item roles.

type ContextMenuItemRole =
  'separator' |
  'goBack' |
  'goForward' |
  'reload' |
  'savePageAs' |
  'print' |
  'exitFullscreen' |
  'inspectElement' |
  'saveLinkAs' |
  'copyLinkAddress' |
  'copyEmailAddress' |
  'saveImageAs' |
  'copyImageAddress' |
  'copyImage' |
  'saveAudioAs' |
  'copyAudioLocation' |
  'saveVideoAs' |
  'copyVideoLocation' |
  'pictureInPicture' |
  'loop' |
  'controls' |
  'rotateCW' |
  'rotateCCW' |
  'reloadFrame' |
  'viewFrameSource' |
  'undo' |
  'redo' |
  'cut' |
  'copy' |
  'paste' |
  'pasteAndMatchStyle' |
  'selectAll';