Function Placeholders
Placeholders are values that some functions support to handle custom code.
Functions supporting placeholders
$createCallback
This function allows the usage of placeholders to handle the custom parameters of a callback.
You must increment the number in %param_HERE%
to
handle the desired parameter.
$arrayForEach
This function allows the usage of placeholders to retrieve the value of the current element in the iteration.
$try
This function allows the usage of placeholders to retrieve the value of the error message in the catch block.
$objectEntries
This function allows the usage of placeholders to retrieve the value of the current key/value in the iteration.
$setBody
This function allows the usage of placeholders to handle the body of a canvas response.