Methods
-
getActiveOperationId(){string}
-
Get
id
of active operator.Returns: {string}
-
getMenuItemDescriptor(){object}
-
Get menu object descriptor.
Returns: {object}
-
getState(){string}
-
Export state of the component (get selected operator).
Returns: {string} Returns
id
of selected operator. -
reset()
-
Reset elements to their initial state.
-
setChecked(searchedIndex)
-
Set state of operators component to check radio input at specific
index
.Parameters:
Name Type Description searchedIndex
number Index of radio input to check.
-
setState(value)
-
Set state of the component.
Parameters:
Name Type Description value
object State to restore.
-
updateState(operationId, column)
-
Update state of component.
Parameters:
Name Type Default Description operationId
string 'conjunction' optional Id of selected operation.
column
number Physical column index.