condition property

String condition
final

The boolean expression to evaluate.

This string is evaluated at runtime by the framework's expression resolver. If it evaluates to true, ifTrue is rendered; otherwise ifFalse is rendered when provided.

Implementation

final String condition;