#Variables

Some texts inside elements benefit from predefined & automatically integrated variables, such as {appName}.
The .variables function allows you to define custom variables, which can be used in all elements texts.

#Usage

fun variables(name: String, value: Any?): Engage

fun variables(options: Map<String, Any?>): Engage