Skip to content

Vizel API / core/src / vizelBlockClipboardPluginKey

Variable: vizelBlockClipboardPluginKey

ts
const vizelBlockClipboardPluginKey: PluginKey<any>;

Defined in: packages/core/src/extensions/block-clipboard.ts:67

Plugin key for the block-aware clipboard plugin. The plugin holds no persistent state — the key exists so consumers can detect that the plugin is installed.

Released under the MIT License.