setFocus
Key
Description
Example action object
// action object for 'setFocus'
[
{
"action": "setFocus",
"options": {
"elementId": "name-first",
"select": true
}
}
]Last updated
Was this helpful?