On this page

Interface ClipboardEventInit

interface ClipboardEventInit {
    bubbles?: boolean;
    cancelable?: boolean;
    clipboardData?: DataTransfer | null;
    composed?: boolean;
}

Hierarchy (View Summary)

Index

Properties

bubbles?: boolean
cancelable?: boolean
clipboardData?: DataTransfer | null
composed?: boolean
Was this helpful?
SDK JS
Reference
ClipboardEventInit