$.web.TupelList
$.web.TupelList represents a list of name-value pairs.
Overview
- Definition: https://github.com/SAP/xsk/issues/22
- Module: web/web.js
- Status:
alpha
Properties
| Name | Description | Type |
|---|---|---|
| length | The size of the tupel list. | integer |
Functions
| Function | Description | Returns |
|---|---|---|
| get(name) | Returns the values for a given name. | string |
| remove(name) | Removes the value for a given name. | - |
| set(name, value) | Sets the value for a given name. | boolean |