Skip to content

Vizel API / core/src / VizelMultiBlockSelectionOptions

Interface: VizelMultiBlockSelectionOptions

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

Options for the multi-block range selection extension.

The extension implements Shift+Click and Shift+Arrow range selection across block boundaries, and exposes the resulting block range through vizelMultiBlockSelectionPluginKey.getState(state).

The shape exists so that future knobs (e.g. opt-out of decorations, custom CSS attribute name) can be added without changing the extension signature.

Released under the MIT License.