Skip to content

CustomArrayDict.add method

CustomArrayDict › add

Unofficial

Add a value to the array associated with the given key.

Signature:

add(key: string, value: T): void

Parameters:

Parameter Type Description
key string The key.
value T The value to add.

Returns: void