Skip to content

ViewPlugin<V, Arg>

Unofficial

Import:

import type { ViewPlugin } from '@codemirror/view';

Signature:

export interface ViewPlugin<V extends PluginValue, Arg>

Methods

Method Returns Description
of(arg) Extension Create an extension for this plugin with the given argument.

Links to this page: