Load User Settings in NodeView

Hi

currently I am working on Viewer Node. How can I load my user settings file (settings selected in the node dialog) in the node view? I.e., I need the user options to properly visualise the data.

I have tried to provide a simple get method in the node model, but the settings object returned is empty.

Regards,

Stephan

Hi, @Stephan

I tried to use the XXNodeModel#getXXSetting in NodeView, it worked well to access XXSetting. However, with condition ::
**the node is executed freshly, not reloading from saved workflow. **

By the way, when the workflow is reloaded, the nodeModel passed to nodeView is null at my side. Don’t know why.

Kefang