Is it possible to use and modify component instance content via the plugin API?
I know I can create a component using createComponent()
and after that I can create an instance of it using createInstance()
but how can I modify it’s contents?
In my case I want to modify multiple TextNode
s inside my component instances.
Is there any way of doing this?
Thank you in advance!