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

NameTypeAccessDescription
namestringReadGets the name.
valueanyRead/WriteGets the value.
valueTypeanyReadGets the value type.

Methods

SignatureDescription
constructor(name: string, value: any)Creates a new Property instance with the specified name and value
getExtra(name: string)anyReturns the extra data associated with the given extra name
setExtra(name: string, value: any)Sets the extra value.
toString()stringCalls toString on this Property instance.

See Also

 English