AnnotationProperties¶
Interface AnnotationProperties
interface AnnotationProperties {
anchorPosition?: Vector3 | Float32Array<ArrayBufferLike>;
connectedNodeId?: number | null;
content?: string;
contentOffset?: Vector3 | Float32Array<ArrayBufferLike>;
enabled?: boolean;
name?: string;
trustedSource?: boolean;
}
anchorPosition?: Vector3 | Float32Array<ArrayBufferLike>;
connectedNodeId?: number | null;
content?: string;
contentOffset?: Vector3 | Float32Array<ArrayBufferLike>;
enabled?: boolean;
name?: string;
trustedSource?: boolean;
}
Index
Properties
Optionalanchor Position
The anchor position of the annotation.
Optionalconnected Node Id
connectedNodeId?: number | null
The connected Node ID of the annotation.
Optionalcontent
content?: string
The content of the annotation.
Optionalcontent Offset
The content offset of the annotation.
Optionalenabled
enabled?: boolean
The enabled state of the annotation.
Optionalname
name?: string
The name of the annotation.
Optional Readonlytrusted Source
trustedSource?: boolean
Specifies if the annotation comes from a trusted source.
Was this page helpful? Please leave a thumbs up or down.
The AnnotationProperties type defines the properties of an annotation.
See
AnnotationAPI