All Element List

Hello there,

how do I get ids(Display Name) of all elements in the scene with javascript.

Note: element only. Not a symbol.

The displayname is just for internal use. it’s not exported …

As above,

You can though give your elements class names and use standard js to get all elements with a given class name

Here is an example with code and a Hype file I once made on another thread…

I’m curious as to your use case of wanting to do this?