Module: 'brixy.ui.helpers'

Defines helper methods for work with module:'brixy.ui.SuiBuilder'~SuiBuilder components.

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:

(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: