-
@newcat How can i get keys of all options dynamically? E.g. [Text, Text2, Weight] |
Beta Was this translation helpful? Give feedback.
Answered by
klavsbuss
Feb 3, 2023
Replies: 1 comment
-
managed to do it like this: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
klavsbuss
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
managed to do it like this:
Array.from(n.options.keys())