expression Evaluation Options
Parameters
value
Specifies whether template expressions are evaluated within the scope of the parent template or nested template. Only applicable to nested templates. If not specified, default value is outer.
suspend fun expressionEvaluationOptions(argument: suspend ExpressionEvaluationOptionsArgsBuilder.() -> Unit)
Parameters
argument
Specifies whether template expressions are evaluated within the scope of the parent template or nested template. Only applicable to nested templates. If not specified, default value is outer.