TextureProps Interface
Properties that define a Texture element.
extensions
Extends
Properties
| Name | Type | Description | |
|---|---|---|---|
| data | string | The image data stored in a Base64-encoded string according to the specified format. | |
| description | undefined | string | An optional description of the texture. | |
| format | ImageSourceFormat | Format of the image data. |
Inherited properties
| Name | Type | Inherited from | Description |
|---|---|---|---|
| classFullName | string | DefinitionElementProps | The full name of the ECClass for this entity, in the form "Schema:ClassName" |
| code | CodeProps | DefinitionElementProps | The Code for this element |
| federationGuid | undefined | string | DefinitionElementProps | A FederationGuid assigned to this element. |
| id | undefined | string | DefinitionElementProps | The Id of the entity. |
| isInstanceOfEntity Readonly | undefined | undefined | DefinitionElementProps | A non-existent property used to discriminate between EntityProps and Entity. |
| isPrivate | undefined | boolean | DefinitionElementProps | |
| jsonProperties | undefined | any | DefinitionElementProps | Optional json properties of this element. |
| model | string | DefinitionElementProps | The Id of the Model containing this element |
| parent | undefined | RelatedElementProps | DefinitionElementProps | The Parent of this element, if defined. |
| userLabel | undefined | string | DefinitionElementProps | A user-assigned label for this element. |
Defined in
- core/common/src/TextureProps.ts Line 18
Last Updated: 30 November, 2023