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