PropertyCollection
Contents
[
Hide
]PropertyCollection class
The collection of properties @hideconstructor
Methods
get
| Name | Description |
|---|---|
| get(idx) |
Result:
get
| Name | Description |
|---|---|
| get(property) |
Result:
set
| Name | Description |
|---|---|
| set(property, value) |
Result:
findProperty
| Name | Description |
|---|---|
| findProperty(property) | Finds the property. It can be a dynamic property (Created by CreateDynamicProperty/SetProperty) or native property(Identified by its name) |
Parameters:
| Name | Type | Description |
|---|---|---|
| property | String | Property name. |
Result: Property
removeProperty
| Name | Description |
|---|---|
| removeProperty(property) | Removes a dynamic property. |
Parameters:
| Name | Type | Description |
|---|---|---|
| property | Property | Which property to remove |
Result: boolean
removeProperty
| Name | Description |
|---|---|
| removeProperty(property) | Removes a dynamic property. |
Parameters:
| Name | Type | Description |
|---|---|---|
| property | String | Which property to remove |
Result: boolean
iterator
| Name | Description |
|---|---|
| iterator() | Reserved for internal use. |
Result: boolean