| Name | Required | Type | Description | 
|---|---|---|---|
test | true | jakarta.el.ValueExpression
                                (must evaluate to boolean)
					 | The test condition that determines whether or not the body content should be processed. | 
var | false | jakarta.el.ValueExpression
                                (must evaluate to java.lang.String)
					 | Name of the exported scoped variable for the resulting value of the test condition. The type of the scoped variable is Boolean. | 
scope | false | jakarta.el.ValueExpression
                                (must evaluate to java.lang.String)
					 | Scope for var. |