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] | Float32ArrayOptionalconnectedNodeId?: 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 anchor position of the Annotation.