Skip to content

StateEffectType<Value>

Unofficial

Import:

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

Signature:

export interface StateEffectType<Value>

Methods

MethodReturnsDescription
of(value)StateEffect<Value>Create a state effect instance of this type.