Contents

ContextMenuContentType

The type of content that the context menu is being shown for.

type ContextMenuContentType =
  'page' |
  'frame' |
  'link' |
  'image' |
  'video' |
  'audio' |
  'canvas' |
  'editable';