Property
Overview
Property is a class in Aspose.3D FOSS for Typescript.
Property.constructor creates a new Property instance with the specified name and value.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | string | Read | |
value | any | Read/Write | Contains the value assigned to the Property |
valueType | any | Read | Indicates the data type of the Property’s value |
Methods
| Signature | Description |
|---|---|
constructor(name: string, value: any) | Creates a new Property instance with the specified name and value |
getExtra(name: string) → any | Returns the extra data associated with the given extra name |
setExtra(name: string, value: any) | Stores a value under the specified extra name for this Property |
toString() → string |