You are here:
Expressions in Dynamic Interactions Target Properties
An expression is a small chunk of code that can be evaluated to a value. It can be as
literal and simple as 1+1 or a more complex combination
of variables, operators, and functions. One expression is supported for Dynamic Interactions
in the Lightning App Builder: {!Event.eventPropertyName}. You can use this expression
when setting target component property values in the Lightning App Builder UI and in
Metadata API. The value of the eventPropertyName part of the expression varies based
on which properties the developer makes available for the event in the source
component.
