Update API doc
parent
3047b8a9fd
commit
dccad96c79
|
@ -15905,7 +15905,7 @@
|
||||||
"description": "Used to pass attributes to the header's DOM element."
|
"description": "Used to pass attributes to the header's DOM element."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "headerTitle",
|
"name": "title",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ConfirmDialogPassThroughOptionType",
|
"type": "ConfirmDialogPassThroughOptionType",
|
||||||
|
@ -15913,7 +15913,7 @@
|
||||||
"description": "Used to pass attributes to the header title's DOM element."
|
"description": "Used to pass attributes to the header title's DOM element."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "headerIcons",
|
"name": "icons",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ConfirmDialogPassThroughOptionType",
|
"type": "ConfirmDialogPassThroughOptionType",
|
||||||
|
@ -21377,7 +21377,7 @@
|
||||||
"description": "Used to pass attributes to the header's DOM element."
|
"description": "Used to pass attributes to the header's DOM element."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "headerTitle",
|
"name": "title",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "DialogPassThroughOptionType",
|
"type": "DialogPassThroughOptionType",
|
||||||
|
@ -21385,7 +21385,7 @@
|
||||||
"description": "Used to pass attributes to the header title's DOM element."
|
"description": "Used to pass attributes to the header title's DOM element."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "headerIcons",
|
"name": "icons",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "DialogPassThroughOptionType",
|
"type": "DialogPassThroughOptionType",
|
||||||
|
|
Loading…
Reference in New Issue