userEnteredValue property

String? userEnteredValue
getter/setter pair

A value the condition is based on.

The value is parsed as if the user typed into a cell. Formulas are supported (and must begin with an = or a '+').

Implementation

core.String? userEnteredValue;