AnnotationType<T>
Unofficial
Import:
import type { AnnotationType } from '@codemirror/state';Signature:
export interface AnnotationType<T>Methods
| Method | Returns | Description | |
|---|---|---|---|
| of(value) | Annotation<T> | Create an instance of this annotation. |