Update API doc
parent
8e200d5f48
commit
c2ecf7f403
|
@ -15701,6 +15701,13 @@
|
|||
"type": "Function",
|
||||
"default": ""
|
||||
},
|
||||
{
|
||||
"name": "reject",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "Function",
|
||||
"default": ""
|
||||
},
|
||||
{
|
||||
"name": "onHide",
|
||||
"optional": true,
|
||||
|
@ -15765,14 +15772,7 @@
|
|||
"description": "Element to receive the focus when the dialog gets visible, valid values are \"accept\" and \"reject\"."
|
||||
}
|
||||
],
|
||||
"methods": [
|
||||
{
|
||||
"name": "reject",
|
||||
"parameters": [],
|
||||
"returnType": "void",
|
||||
"description": "Callback to execute when action is rejected."
|
||||
}
|
||||
]
|
||||
"methods": []
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue