Skip to content

AnnotationType<T>

Unofficial

Import:

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

Signature:

export interface AnnotationType<T>

Methods

MethodReturnsDescription
of(value)Annotation<T>Create an instance of this annotation.