%baseoid%
Expands to the value of the baseOID attribute of the current widget.
Syntax
%baseoid%
Example
If you have a widget with a baseoid of params.audio.channels.1 with parameters for signal presence, EQ, etc., you could attach change handlers to them as follows:
<ogscript handles=”onchange” oid=”%baseoid%.eq” element=”0”>
ogscript.debug(‘EQ has changed for %baseoid%:‘ + this.getValue());
</ogscript>