{{ }}
anywhere in Appsmith. You can reference every entity in Appsmith as a JavaScript variable and perform all JavaScript functions and operations on them. It means you can reference all Widgets, APIs, Queries, and their associated data and properties anywhere in an application in mustache syntax{{ }}
.{{ }}
. Anything written between the brackets is evaluated as a javascript expression and its result is used as the given property's value./* */
, but single-line comments //
are not supported inside.