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.
This class declares 4 methods for Property objects in TypeScript programs.
Available methods include: constructor, getExtra, setExtra, toString.
Public members are accessible to any TypeScript application after installing the Aspose.3D FOSS for TypeScript package.
Properties: name, value, valueType.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | string | Read | Gets the name. |
value | any | Read/Write | Gets the value. |
valueType | any | Read | Gets the value type. |
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) | Sets the extra value. |
toString() → string | Calls toString on this Property instance. |