Skip to content

ClipboardManager.handlePaste method

ClipboardManager › handlePaste

Unofficial

Handle an incoming paste event.

Signature:

handlePaste(event: ClipboardEvent): boolean

Parameters:

Parameter Type Description
event ClipboardEvent The clipboard event.

Returns: booleanWhether the paste was handled.