getPropertyNames

getPropertyNames(): JadeIterableIF;

The getPropertyNames method of the JadeDynamicObject class returns an implementation of the JadeIterableIF interface that can be used to iterate through the receiver containing the names of the properties in index order on the dynamic object.

All names returned by the iteration are guaranteed to be type‑convertible to the String type.

2020.0.01 and higher