Interface ClipboardEventInit
interface ClipboardEventInit {
bubbles?: boolean;
cancelable?: boolean;
clipboardData?: DataTransfer | null;
composed?: boolean;
}
bubbles?: boolean;
cancelable?: boolean;
clipboardData?: DataTransfer | null;
composed?: boolean;
}
Hierarchy (View Summary)
- EventInit
- ClipboardEventInit
Index
Properties
Was this helpful?