Options
All
  • Public
  • Public/Protected
  • All
Menu

The state object for CopyPastePlugin

Hierarchy

  • CopyPastePluginState

Index

Properties

allowedCustomPasteType

allowedCustomPasteType: string[]

Allowed custom content type when paste besides text/plain, text/html and images Only text types are supported, and do not add "text/" prefix to the type values

Optional defaultPasteType

defaultPasteType: PasteType

Default paste type. By default will use the normal (as-is) paste type.

tempDiv

tempDiv: HTMLDivElement

A temporary DIV element used for cut/copy content

Generated using TypeDoc