CustomArrayDict.add method
CustomArrayDict › add
Unofficial
Add a value to the array associated with the given key.Signature:
add(key: string, value: T): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| key | string | The key. |
| value | T | The value to add. |
Returns: void