Extends
Classes
Methods
attribute(i) → {RdsObject}
- Source:
- Overrides:
Parameters:
| Name | Type | Description |
|---|---|---|
i |
number | string | Index or name of the attribute of interest. |
Returns:
Value of the attribute.
- Type
- RdsObject
attributeNames() → {Array}
- Source:
- Overrides:
Returns:
Names of all attributes.
- Type
- Array
findAttribute(name) → {number}
- Source:
- Overrides:
Parameters:
| Name | Type | Description |
|---|---|---|
name |
string | Name of the attribute of interest. |
Returns:
Index of name in the array of attributes from attributeNames.
If name is not present, -1 is returned.
- Type
- number
free()
- Source:
- Overrides:
Free the memory on the Wasm heap for this object.
length()
- Source:
- Overrides:
load(index) → {RdsObject}
Parameters:
| Name | Type | Description |
|---|---|---|
index |
number | Index of the list element of interest. |
Returns:
Value of the list element.
- Type
- RdsObject
type() → {string}
- Source:
- Overrides:
Returns:
Type of the object.
- Type
- string