Package-level declarations
Types
Link copied to clipboard
The Clipboard
interface of the Clipboard API provides read and write access to the contents of the system clipboard. Available only in secure contexts.
Link copied to clipboard
open class ClipboardEvent(val type: EventType<ClipboardEvent>, init: ClipboardEventInit = definedExternally) : Event
The ClipboardEvent
interface of the Clipboard API represents events providing information related to modification of the clipboard, that is Element/cut_event, Element/copy_event, and Element/paste_event events.
Link copied to clipboard
Link copied to clipboard
open class ClipboardItem(items: ReadonlyRecord<JsString, JsAny>, options: ClipboardItemOptions = definedExternally)
The ClipboardItem
interface of the Clipboard API represents a single item format, used when reading or writing clipboard data using Clipboard.read() and Clipboard.write() respectively. Available only in secure contexts.
Link copied to clipboard
interface ClipboardItemOptions
Link copied to clipboard
Link copied to clipboard