Skip to content

Vizel API / core/src / vizelMultiBlockSelectionPluginKey

Variable: vizelMultiBlockSelectionPluginKey

ts
const vizelMultiBlockSelectionPluginKey: PluginKey<
  | VizelMultiBlockSelectionState
| null>;

Defined in: packages/core/src/extensions/multi-block-selection.ts:54

Plugin key for the multi-block range selection extension. Use vizelMultiBlockSelectionPluginKey.getState(state) to read the current block range from a Tiptap or ProseMirror editor state.

Released under the MIT License.