[Solved] Get a Custom Object Property in JavaScript

I made a custom object with properties (booleans and strings) to use them in my extensions, how can I get their properties in JavaScript directly?


I tried to use objects[0].(the property name), but it returned undefined.

objects[0]._getParameterName()
Replace “ParameterName” with the name of your parameter.

1 Like