interface TextDelta {
    annotations?: AnnotationDelta[];
    value?: string;
}

Properties

Properties

annotations?: AnnotationDelta[]
value?: string

The data that makes up the text.