AnnotationChangedEvent¶
Class AnnotationChangedEvent
Hierarchy (View Summary)
- WebVisEvent- AnnotationChangedEvent
 
annotationID
annotationID: number
The ID of the annotation.
id
id: number
The unique ID of the event.
properties
An object with the properties to be changed.
Optionaltransaction
transactionCode?: string
The transaction code associated with the event.
OptionaltransactionID
transactionID?: number
The transaction ID associated with the event.
Optionaltype
The type of the event.
active
- get active(): boolean
- Returns boolean
anchor
- get anchorPosition(): number[] | Float32Array<ArrayBufferLike>
- Returns number[] | Float32Array<ArrayBufferLike>
label
- get label(): string
- Returns string
label
- get labelPosition(): number[] | Float32Array<ArrayBufferLike>
- Returns number[] | Float32Array<ArrayBufferLike>
transform
- get transform(): number[] | Float32Array<ArrayBufferLike>
- Returns number[] | Float32Array<ArrayBufferLike>
trusted
- get trustedSource(): boolean
- Returns boolean
visible
- get visible(): boolean
- Returns boolean
Event that is fired when an annotation has been changed.
See