API Reference > imodeljs-common > Entities > TextureProps TextureProps Interface Beta Properties that define a Texture Extends DefinitionElementProps 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. flags TextureFlags Optional flags. Beta format ImageSourceFormat Format of the image data. height number The height of the image. width number The width of the image. Inherited properties Name Type Inherited from Description classFullName string EntityProps The full name of the ECClass for this entity, in the form "Schema:ClassName" code CodeProps ElementProps The Code for this element federationGuid undefined | GuidString ElementProps A FederationGuid assigned to this element by some other federated database id undefined | Id64String EntityProps The Id of the entity. isPrivate undefined | false | true DefinitionElementProps jsonProperties undefined | any ElementProps Optional json properties of this element. model Id64String ElementProps The Id of the Model containing this element parent undefined | RelatedElementProps ElementProps The Parent of this element, if defined. userLabel undefined | string ElementProps A user-assigned label for this element. Defined in core/common/src/TextureProps.ts Line 18 Last Updated: 13 June, 2024