I had a text property on the plugin and i wanted to render the text in the editor, kinda like the text plugin. i wanted to simulate the same behavior of the property being update when it gets created.
but now that i look at bit deeper i see there is a OnPropertyChanged(id, value) on the instancebase i think i could use that with a switch statement on the id.