Defines helper methods for work with module:'brixy.ui.SuiBuilder'~SuiBuilder components. Source: modules/ui/helpers.jsxinc - line 1 Methods (static) doubleAmps (str) → {string} Doubles ampersands. ScriptUI fields use ampersand to marking a shortcut character. Parameters: Name Type Description str string Returns: string Source: modules/ui/helpers.jsxinc - line 16 (static) selectedChildren (group) → {Array} Returns all selected elements from the group. Tests if the value property of the element is equal to true. Parameters: Name Type Description group ScriptUIcontrol Returns: Array Source: modules/ui/helpers.jsxinc - line 38