AnnotationCreatedEvent¶
Class AnnotationCreatedEvent
Hierarchy (View Summary)
- WebVisEvent
- AnnotationCreatedEvent
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 used when creating the annotation.
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
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>
nodeID
- get nodeID(): number
Returns number
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 created.
See