Vizel API / core/src / VizelBlockClipboardOptions
Interface: VizelBlockClipboardOptions
Defined in: packages/core/src/extensions/block-clipboard.ts:53
Options for the block-aware clipboard extension.
Properties
onError?
ts
optional onError?: (err) => void;Defined in: packages/core/src/extensions/block-clipboard.ts:59
Callback invoked when the extension emits a runtime warning or error (currently only MARKDOWN_LOSSY on paste). Falls back to the global emitVizelError console route when omitted.
Parameters
| Parameter | Type |
|---|---|
err | VizelError |
Returns
void