Ive had people occasionally ask, – how do I access the configuration panel attributes in our JavaScript PIP.

Accessing them is fairly straightforward, just use the ‘config’ object.
var some_attribute = config.get("SomeAttribute");
Ive had people occasionally ask, – how do I access the configuration panel attributes in our JavaScript PIP.
Accessing them is fairly straightforward, just use the ‘config’ object.
var some_attribute = config.get("SomeAttribute");