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.
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?
objects[0]._getParameterName()
Replace “ParameterName” with the name of your parameter.