Update API doc
parent
08289e81bc
commit
bf653e0c7d
|
@ -35472,14 +35472,6 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Uses to pass attributes to the list's DOM element."
|
"description": "Uses to pass attributes to the list's DOM element."
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "tab",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "TabPanelPassThroughOptionType",
|
|
||||||
"default": "",
|
|
||||||
"description": "Uses to pass attributes to TabPanel helper components."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "inkbar",
|
"name": "inkbar",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -35527,6 +35519,14 @@
|
||||||
"type": "TabViewPassThroughOptionType",
|
"type": "TabViewPassThroughOptionType",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Uses to pass attributes to the panel's DOM element."
|
"description": "Uses to pass attributes to the panel's DOM element."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "tab",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "TabPanelPassThroughOptionType",
|
||||||
|
"default": "",
|
||||||
|
"description": "Uses to pass attributes to TabPanel helper components."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
|
Loading…
Reference in New Issue