Skip to content

StateField<Value>

Unofficial

Import:

import type { StateField } from '@codemirror/state';

Signature:

export interface StateField<Value>

Methods

MethodReturnsDescription
init(create)ExtensionReturns an extension that enables this field and overrides the way it is initialized.

Links to this page: