PropertyCollection

PropertyCollection class

The collection of properties @hideconstructor

Methods

get

NameDescription
get(idx)

Result:


get

NameDescription
get(property)

Result:


set

NameDescription
set(property, value)

Result:


findProperty

NameDescription
findProperty(property)Finds the property. It can be a dynamic property (Created by CreateDynamicProperty/SetProperty) or native property(Identified by its name)

Parameters:

NameTypeDescription
propertyStringProperty name.

Result: Property


removeProperty

NameDescription
removeProperty(property)Removes a dynamic property.

Parameters:

NameTypeDescription
propertyPropertyWhich property to remove

Result: boolean


removeProperty

NameDescription
removeProperty(property)Removes a dynamic property.

Parameters:

NameTypeDescription
propertyStringWhich property to remove

Result: boolean


iterator

NameDescription
iterator()Reserved for internal use.

Result: boolean