Skip to content

CustomArrayDict.get method

CustomArrayDict › get

Unofficial

Get the array of values for the given key, or null if not found.

Signature:

get(key: string): null | T[]

Parameters:

Parameter Type Description
key string The key.

Returns: null | T[]Array of values, or null.