Options
All
  • Public
  • Public/Protected
  • All
Menu
deprecated

Options for extractClipboardEvent API

Hierarchy

Index

Properties

Optional allowLinkPreview

allowLinkPreview: boolean
deprecated

This feature is always enabled

Optional 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 getTempDiv

getTempDiv: () => HTMLDivElement

Type declaration

    • (): HTMLDivElement
    • A callback to help create a temporary DIV for IE to receive pasted content

      Returns HTMLDivElement

Optional removeTempDiv

removeTempDiv: (div: HTMLDivElement) => void

Type declaration

    • (div: HTMLDivElement): void
    • A callback to help remove the temporary DIV for IE

      Parameters

      • div: HTMLDivElement

      Returns void

Generated using TypeDoc