Skip to main content

ClipboardEventInit

Extends

Properties

bubbles?

optional bubbles?: boolean;

Inherited from

EventInit.bubbles


cancelable?

optional cancelable?: boolean;

Inherited from

EventInit.cancelable


clipboardData?

optional clipboardData?: DataTransfer | null;

composed?

optional composed?: boolean;

Inherited from

EventInit.composed