Search


Search something to see results

ClipboardEventInit

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

Hierarchy (View Summary)

Index

Properties

Properties

clipboardData?: null | DataTransfer
bubbles?: boolean
cancelable?: boolean
composed?: boolean