Skip to content

StateField<Value>

Unofficial

Import:

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

Signature:

export interface StateField<Value>

Methods

Method Returns Description
init(create) Extension Returns an extension that enables this field and overrides the way it is initialized.

Links to this page: