condition property

BooleanCondition? condition
getter/setter pair

A condition that must be true for values to be shown.

(This does not override hidden_values -- if a value is listed there, it will still be hidden.)

Implementation

BooleanCondition? condition;