function
Function Action Object
Key
Description
Uses:
To Get
Reference This
Description
as of ver 0.7.302
**Example**
// This will change the nameFirst value to Jerome
[
{
"action": "function",
"function": "debugger; formSchema.model.nameFirst = 'Jerome' "
"options": {
// ... additional params etc you may want.
}
}
]Last updated
Was this helpful?