getUpdateVar
Function: getUpdateVar()¶
taipy-gui JS module API • Docs
taipy-gui JS module API / getUpdateVar
getUpdateVar(
updateVars
,name
):undefined
|string
Extracts the backend name of a property.
Parameters¶
• updateVars: string
The value held by the property updateVars.
• name: string
The name of a bound property.
Returns¶
undefined
| string
The backend-generated variable name.