Skip to content

CustomArrayDict.clear method

CustomArrayDict › clear

Unofficial

Remove all values for the given key.

Signature:

clear(key: string): void

Parameters:

Parameter Type Description
key string The key to clear.

Returns: void