Home > @uniformdev/canvas > bindVariables

bindVariables() function

Binds variables to a string that could have variable values in it. Variables are referenced in the string as $}

Signature:

Parameters

<table><thead><tr><th>

Parameter

</th><th>

Type

</th><th>

Description

</th></tr></thead> <tbody><tr><td>

{ variables, value, errorPrefix, handleBinding, }

</td><td>

BindVariablesOptions

</td><td>

</td></tr> </tbody></table> Returns:

BindVariablesResult<unknown>