Options
All
  • Public
  • Public/Protected
  • All
Menu

Options for ExtractClipboardItemsForIE API

Hierarchy

Index

Properties

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