Update API doc
parent
ba6afbffb2
commit
12cb84307f
|
@ -12226,14 +12226,6 @@
|
||||||
"description": "Custom passthrough(pt) options.",
|
"description": "Custom passthrough(pt) options.",
|
||||||
"relatedProp": "DialogProps.pt",
|
"relatedProp": "DialogProps.pt",
|
||||||
"props": [
|
"props": [
|
||||||
{
|
|
||||||
"name": "mask",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "DialogPassThroughOptionType",
|
|
||||||
"default": "",
|
|
||||||
"description": "Uses to pass attributes to the mask's DOM element."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "root",
|
"name": "root",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -12313,6 +12305,14 @@
|
||||||
"type": "DialogPassThroughOptionType",
|
"type": "DialogPassThroughOptionType",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Uses to pass attributes to the footer's DOM element."
|
"description": "Uses to pass attributes to the footer's DOM element."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "mask",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "DialogPassThroughOptionType",
|
||||||
|
"default": "",
|
||||||
|
"description": "Uses to pass attributes to the mask's DOM element."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -24277,14 +24277,6 @@
|
||||||
"description": "Custom passthrough(pt) options.",
|
"description": "Custom passthrough(pt) options.",
|
||||||
"relatedProp": "SidebarProps.pt",
|
"relatedProp": "SidebarProps.pt",
|
||||||
"props": [
|
"props": [
|
||||||
{
|
|
||||||
"name": "mask",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "SidebarPassThroughOptionType",
|
|
||||||
"default": "",
|
|
||||||
"description": "Uses to pass attributes to the mask's DOM element."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "root",
|
"name": "root",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -24332,6 +24324,14 @@
|
||||||
"type": "SidebarPassThroughOptionType",
|
"type": "SidebarPassThroughOptionType",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Uses to pass attributes to the content's DOM element."
|
"description": "Uses to pass attributes to the content's DOM element."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "mask",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "SidebarPassThroughOptionType",
|
||||||
|
"default": "",
|
||||||
|
"description": "Uses to pass attributes to the mask's DOM element."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
|
Loading…
Reference in New Issue