ViewAttachmentProps Interface
Properties for a ViewAttachment
Extends
Properties
| Name | Type | Description | |
|---|---|---|---|
| jsonProperties | { clip?: ClipVectorProps, displayOptions?: { drawAsRaster?: boolean, preserveBackground?: boolean }, displayPriority?: number } | undefined | Optional json properties of this element. | |
| view | RelatedElementProps |
Inherited properties
| Name | Type | Inherited from | Description |
|---|---|---|---|
| category Inherited | string | GeometricElement2dProps | The id of the category for this geometric element. |
| classFullName Inherited | string | GeometricElement2dProps | The full name of the ECClass for this entity, in the form "Schema:ClassName" |
| code Inherited | CodeProps | GeometricElement2dProps | The Code for this element |
| elementGeometryBuilderParams Inherited | ElementGeometryBuilderParams | undefined | GeometricElement2dProps | Describes how to build the element's GeometryStream, as an alternative to geom. |
| federationGuid Inherited | string | undefined | GeometricElement2dProps | A FederationGuid assigned to this element. |
| geom Inherited | GeometryStreamProps | undefined | GeometricElement2dProps | The geometry stream properties |
| id Inherited | string | undefined | GeometricElement2dProps | The Id of the entity. |
| isInstanceOfEntity Readonly Inherited | undefined | undefined | GeometricElement2dProps | A non-existent property used to discriminate between EntityProps and Entity. |
| model Inherited | string | GeometricElement2dProps | The Id of the Model containing this element |
| parent Inherited | RelatedElementProps | undefined | GeometricElement2dProps | The Parent of this element, if defined. |
| placement Inherited | Placement2dProps | undefined | GeometricElement2dProps | The placement properties |
| typeDefinition Inherited | RelatedElementProps | undefined | GeometricElement2dProps | |
| userLabel Inherited | string | undefined | GeometricElement2dProps | A user-assigned label for this element. |
Defined in
- core/common/src/ElementProps.ts Line 292
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.