StateEffectType<Value>
Unofficial
Import:
import type { StateEffectType } from '@codemirror/state';Signature:
export interface StateEffectType<Value>Methods
| Method | Returns | Description | |
|---|---|---|---|
| of(value) | StateEffect<Value> | Create a state effect instance of this type. |