FormulaEditor.InitialTerms

Syntax

InitialTerms: Array;

Description

The InitialTerms property determines initial terms that will be added to formula editor during component initialization.

Comments

Use JSON or the setInitialTerms method to set the property value and the getInitialTerms method to get the property value.

Example

The example of property use is given in the Example of Creating the FormulaEditor Component page.

See also:

FormulaEditor