Update API doc
parent
a3bf5c4152
commit
3cc6a25527
|
@ -16043,7 +16043,7 @@
|
||||||
},
|
},
|
||||||
"InlineMessagePassThroughOptions": {
|
"InlineMessagePassThroughOptions": {
|
||||||
"description": "Custom passthrough(pt) options.",
|
"description": "Custom passthrough(pt) options.",
|
||||||
"relatedProp": "undefined.InlineMessageProps.pt",
|
"relatedProp": "InlineMessageProps.pt",
|
||||||
"props": [
|
"props": [
|
||||||
{
|
{
|
||||||
"name": "root",
|
"name": "root",
|
||||||
|
@ -16120,6 +16120,14 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Display a custom icon for the message.",
|
"description": "Display a custom icon for the message.",
|
||||||
"deprecated": "since v3.27.0. Use 'icon' slot."
|
"deprecated": "since v3.27.0. Use 'icon' slot."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "pt",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "InlineMessagePassThroughOptions",
|
||||||
|
"default": "",
|
||||||
|
"description": "Uses to pass attributes to DOM elements inside the component."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -19376,7 +19384,7 @@
|
||||||
},
|
},
|
||||||
"MessagePassThroughOptions": {
|
"MessagePassThroughOptions": {
|
||||||
"description": "Custom passthrough(pt) options.",
|
"description": "Custom passthrough(pt) options.",
|
||||||
"relatedProp": "undefined.MessageProps.pt",
|
"relatedProp": "MessageProps.pt",
|
||||||
"props": [
|
"props": [
|
||||||
{
|
{
|
||||||
"name": "root",
|
"name": "root",
|
||||||
|
@ -19517,6 +19525,14 @@
|
||||||
"type": "ButtonHTMLAttributes",
|
"type": "ButtonHTMLAttributes",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Uses to pass all properties of the HTMLButtonElement to the close button."
|
"description": "Uses to pass all properties of the HTMLButtonElement to the close button."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "pt",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "MessagePassThroughOptions",
|
||||||
|
"default": "",
|
||||||
|
"description": "Uses to pass attributes to DOM elements inside the component."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
|
Loading…
Reference in New Issue