Hey all,
I’m writing a plugin that allows people to edit instance nodes, and I’ve found I can do this by first checking the variantProperties
property of a node, and then set it with the setProperties
function.
While variantProperties
shows me keys, it would be awesome to know the possible values for those keys. Is that possible?
For example, I have a toggle component with the following properties:
{Platform: "Android", On/Off: "True", State: "Enabled"}
Is it possible for my plugin to find all accepted values for Platform
, or is that not doable?