AnnotationChangedEvent¶
Class AnnotationChangedEvent
Hierarchy (View Summary)
- WebVisEvent
- AnnotationChangedEvent
Index
Properties
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.
Optional
transaction Code
transactionCode?: string
The transaction code associated with the event.
Optional
transactionID
transactionID?: number
The transaction ID associated with the event.
Optional
type
The type of the event.
Accessors
active
- get active(): boolean
Returns boolean
anchor Position
- get anchorPosition(): number[] | Float32Array<ArrayBufferLike>
Returns number[] | Float32Array<ArrayBufferLike>
label
- get label(): string
Returns string
label Position
- get labelPosition(): number[] | Float32Array<ArrayBufferLike>
Returns number[] | Float32Array<ArrayBufferLike>
transform
- get transform(): number[] | Float32Array<ArrayBufferLike>
Returns number[] | Float32Array<ArrayBufferLike>
trusted Source
- get trustedSource(): boolean
Returns boolean
visible
- get visible(): boolean
Returns boolean
Event that is fired when an annotation has been changed.
See