Z Object Functions
Jump to navigation
Jump to search
Z Object Related Functions
KEYS
KEYS(SomeObject,SomeFunction,ExtractAll,IncludeFunctions)
Extracts the keys of an object. Similar to Object.keys.
KEYTAGS
KEYTAGS(SomeObject,SomeFunction,ExtractAll,IncludeFunctions)
Extracts the key value pair of an object. Similar to Object.entries.
TAGS
TAGS(SomeObject,SomeFunction,ExtractAll,IncludeFunctions)
Extracts the values of an object. Similar to Object.entries with values alone.