Z Object Functions

From ZCubes Wiki
Revision as of 18:30, 2 June 2025 by Joseph (talk | contribs) (Created page with "=Z Object Related Functions= ==KEYS== KEYS(SomeObject,SomeFunction,ExtractAll,IncludeFunctions) Extracts the keys of an object. Similar to Object.keys. ==KEYTAGS== KEYTAG...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.