.key - macmcmeans/localDataStorage GitHub Wiki
localDataStorage.key( nth [,sortKeys] )
This returns the value of the nth key in the store using zero-based array indexing. Keys are retrieved from a list where the prefix is included. When the optional sortKeys is true this list is naturally sorted.
EXAMPLE:
● localData.key( 2 ) --> mac.key1
🏿 The corresponding Memory Key method is _key.
📝 NOTE: Only prefixed keys in the current domain are returned.