Improve functionalities of getData
when dealing with arrays to retrieve array length only + entry at index
#493
Labels
discussion
enhancement
New feature or request
help wanted
Extra attention is needed
question
Further information is requested
I'm submitting a...
Summary
The function
getData
allows to query data keys of key typeArray
. However, it only allows to retrieve the full list of entries in the array. See code example in documentation below:It would be useful if this function could be flexible enough to allow:
(should also handle the case if the index is over the array length.
The text was updated successfully, but these errors were encountered: