variable
Last updated 31/01/2024
Five can hold global data for your application on a variable
property on the Five
object. The variable
property allows values set as name value pairs through the use
of the
Five
object - five.getVariable(‘variableName’)
, or you can use the variable
property five.variable.<variableName>
, which
is useful as parameters to a query, or in an If conditional field.