This PR adds client.getEnum, which takes a string and returns a list of values for the Figura enum with that name.
For example, client.getEnum("render_modes") returns the table shown in the attached image.
Feel free to close if this change is too intrusive (I think it might break encapsulation for FiguraListDocs?), I don't see a huge use for this feature but it would be nice to have!
This PR adds
client.getEnum
, which takes a string and returns a list of values for the Figura enum with that name.For example,
client.getEnum("render_modes")
returns the table shown in the attached image.Feel free to close if this change is too intrusive (I think it might break encapsulation for FiguraListDocs?), I don't see a huge use for this feature but it would be nice to have!