Type Alias: Annotation
@ghentcdh/vue-component-annotated-text / Annotation
Type Alias: Annotation
Annotation =
object
Defined in: types/Annotation.d.ts:13
Represents an annotation with various properties.
Properties
color?
optional
color:AnnotationColor
Defined in: types/Annotation.d.ts:21
An optional color for the annotation.
end
end:
number
Defined in: types/Annotation.d.ts:16
The end position of the annotation.
id
id:
string
Defined in: types/Annotation.d.ts:14
The unique identifier for the annotation.
label?
optional
label:string
Defined in: types/Annotation.d.ts:17
An optional label for the annotation.
start
start:
number
Defined in: types/Annotation.d.ts:15
The start position of the annotation.
target
target:
AnnotationTarget
Defined in: types/Annotation.d.ts:18
The target of the annotation.
weight?
optional
weight:number
Defined in: types/Annotation.d.ts:19
An optional weight for the annotation.