Methods

add(name, value)

Adds custom property information.

Parameters

Name Type Optional Description

name

String

 

The name of the custom property.

value

String

 

The value of the custom property.

add()

Reserved for internal use.

clear()

contains()

Reserved for internal use.

get(index) → CustomProperty

Gets the custom property by the specific index.

Parameter

Name Type Optional Description

index

Number

 

The index.

Returns

CustomProperty The custom property

get(name) → CustomProperty

Gets the custom property by the property name.

Parameter

Name Type Optional Description

name

String

 

The property name.

Returns

CustomProperty The custom property

get()

Reserved for internal use.

getCount()

indexOf()

Reserved for internal use.

iterator()

removeAt()