AspireDict.values
Method
interface AspireDict { // ... omitted for brevity values(): Promise<V[]>;}Signature
method
values Gets all values in the dictionary
values(): Promise<V[]>Returns
Promise<V[]> Defined on
This method is defined on the following type: