Update API doc
parent
ac2c43989c
commit
79d80dd98e
|
@ -13921,29 +13921,21 @@
|
||||||
"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": "icons",
|
"name": "headerActions",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ConfirmDialogPassThroughOptionType",
|
"type": "ConfirmDialogPassThroughOptionType",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to pass attributes to the header icons' DOM element."
|
"description": "Used to pass attributes to the header actions' DOM element."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "closeButton",
|
"name": "pcCloseButton",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ConfirmDialogPassThroughOptionType",
|
"type": "ConfirmDialogPassThroughOptionType",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to pass attributes to the close button's component."
|
"description": "Used to pass attributes to the close button's component."
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "closeButtonIcon",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "ConfirmDialogPassThroughOptionType",
|
|
||||||
"default": "",
|
|
||||||
"description": "Used to pass attributes to the close button icon's component."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "content",
|
"name": "content",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
|
1277
pnpm-lock.yaml
1277
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue