Just one simple question @emmanuel
Is there a way to edit dynamic data inside a plugin?
For example, give the plugin a custom object say “Person”, inside the plugin make changes of this custom type, then return the modified object in a state?
Hi @lottemint.md , actually this is not what I’m looking for
I’m looking for a way to create a list of new objects accordingly to the given object and return this new list in a state. And all of this work in a generic plugins element action, not server-side.
@emmanuel maybe there is a solution? Or actually, there is in the plan to add this feature for the objects?
I’m talking about a new method. Beside the other methods like “get(propName)”, “listProperties()” I’m looking for a new method, something like “set(propName, value)”.
Hi there again @lottemint.md .
It actually not working with element actions that publish states. I can return in a state original data given to the plug-in or clone of these.
unfortunately I haven’t got a response from @k6c8e4 . It’s been a while so I don’t remember exactly why I wanted this.
Based on the lottemint’s post, one can create a custom thing in a plugin, which is fantastic. What I wanted was a way to dynamically change the JSON structure in run mode, but as far as I know, this can’t be done.