getSummaryExpression(isStart: Boolean);
isStart. Indicates if an expression if obtained first. If the parameter is set to True, the expression is obtained that was loaded on starting a dialog box for editing of a dimension element formula.
The getSummaryExpression method returns an expression that is inserted to the formula editor of the TransformDialog component.
Returned value - object that has the following fields:
- AllNoLagSelection. Indicates deferred loading of expression. If the field value is set to True, deferred loading of expression is performed.
- Expr. An object that stores information about expression.
The example of property use is given in description of the TransformDialogLeftPanel.getOpenedDataSources method.
See also: