Storage.key - Web documentation
method Storage.key
Storage.key(index: number): string | null

Returns the name of the nth key in the list, or null if n is greater than or equal to the number of key/value pairs in the object.

Parameters

index: number

Return Type

string | null