TextAnnotation3dProps Interface
JSON representation of a TextAnnotation3d.
Extends
Properties
| Name | Type | Description | |
|---|---|---|---|
| defaultTextStyle | RelatedElementProps | undefined | The default AnnotationTextStyle element used by the text annotation. | |
| textAnnotationData | string | undefined | The stringified versioned JSON representation of the text annotation. |
Inherited properties
| Name | Type | Inherited from | Description |
|---|---|---|---|
| category Inherited | string | GeometricElement3dProps | The id of the category for this geometric element. |
| classFullName Inherited | string | GeometricElement3dProps | The full name of the ECClass for this entity, in the form "Schema:ClassName" |
| code Inherited | CodeProps | GeometricElement3dProps | The Code for this element |
| elementGeometryBuilderParams Inherited | ElementGeometryBuilderParams | undefined | GeometricElement3dProps | Describes how to build the element's GeometryStream, as an alternative to geom. |
| federationGuid Inherited | string | undefined | GeometricElement3dProps | A FederationGuid assigned to this element. |
| geom Inherited | GeometryStreamProps | undefined | GeometricElement3dProps | The geometry stream properties |
| id Inherited | string | undefined | GeometricElement3dProps | The Id of the entity. |
| isInstanceOfEntity Readonly Inherited | undefined | undefined | GeometricElement3dProps | A non-existent property used to discriminate between EntityProps and Entity. |
| jsonProperties Inherited | any | undefined | GeometricElement3dProps | Optional json properties of this element. |
| model Inherited | string | GeometricElement3dProps | The Id of the Model containing this element |
| parent Inherited | RelatedElementProps | undefined | GeometricElement3dProps | The Parent of this element, if defined. |
| placement Inherited | Placement3dProps | undefined | GeometricElement3dProps | The placement properties |
| typeDefinition Inherited | RelatedElementProps | undefined | GeometricElement3dProps | |
| userLabel Inherited | string | undefined | GeometricElement3dProps | A user-assigned label for this element. |
Defined in
- core/common/src/ElementProps.ts Line 170
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.