ClipboardManager.handlePaste method
ClipboardManager › handlePaste
Unofficial
Handle an incoming paste event.Signature:
handlePaste(event: ClipboardEvent): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
| event | ClipboardEvent | The clipboard event. |
Returns: boolean — Whether the paste was handled.