AnnotationProperties¶
Type Alias AnnotationProperties
AnnotationProperties: {
anchorPosition?: [number, number, number] | Float32Array;
connectedNodeId?: number | null;
content?: string;
contentOffset?: [number, number, number] | Float32Array;
enabled?: boolean;
name?: string;
trustedSource?: boolean;
}
anchorPosition?: [number, number, number] | Float32Array;
connectedNodeId?: number | null;
content?: string;
contentOffset?: [number, number, number] | Float32Array;
enabled?: boolean;
name?: string;
trustedSource?: boolean;
}
Type declaration
OptionalanchorPosition?: [number, number, number] | Float32ArrayThe anchor position of the annotation.
OptionalconnectedNodeId?: number | nullThe connected Node ID of the annotation.
Optionalcontent?: stringThe content of the annotation.
OptionalcontentOffset?: [number, number, number] | Float32ArrayThe content offset of the annotation.
Optionalenabled?: booleanThe enabled state of the annotation.
Optionalname?: stringThe name of the annotation.
OptionalReadonlytrustedSource?: booleanSpecifies if the annotation comes from a trusted source.
The AnnotationProperties type defines the properties of an annotation.