FormulaEditor.InitialOperators

Syntax

InitialOperators: Array;

Description

The InitialOperators property determines initial operators that will be added to formula editor during component initialization.

Comments

Use JSON or the setInitialOperators method to set the property value, and the getInitialOperators method to get the property value.

Example

The property use is given in description of the FormulaEditor.addOperator method.

See also:

FormulaEditor