Update API doc
parent
77934bf361
commit
441b2435ff
|
@ -38030,6 +38030,13 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "SplitterPanelProps",
|
"type": "SplitterPanelProps",
|
||||||
"default": ""
|
"default": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "context",
|
||||||
|
"optional": false,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "SplitterPanelContext",
|
||||||
|
"default": ""
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -38070,6 +38077,21 @@
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
},
|
},
|
||||||
|
"SplitterPanelContext": {
|
||||||
|
"description": "Defines options in SplitterPanel component.",
|
||||||
|
"relatedProp": "",
|
||||||
|
"props": [
|
||||||
|
{
|
||||||
|
"name": "nested",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "boolean",
|
||||||
|
"default": "",
|
||||||
|
"description": "Current nested state of the panel."
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"methods": []
|
||||||
|
},
|
||||||
"SplitterPanelProps": {
|
"SplitterPanelProps": {
|
||||||
"description": "Defines valid properties in SplitterPanel component.",
|
"description": "Defines valid properties in SplitterPanel component.",
|
||||||
"relatedProp": "",
|
"relatedProp": "",
|
||||||
|
|
Loading…
Reference in New Issue