clipboard property

Clipboard get clipboard

The clipboard read-only property of the Navigator interface returns a Clipboard object used to read and write the clipboard's contents.

This is the entry point to the Clipboard API, which can be used to implement cut, copy, and paste features within a web application.

Implementation

external Clipboard get clipboard;