Update API doc
parent
77934bf361
commit
441b2435ff
|
@ -38030,6 +38030,13 @@
|
|||
"readonly": false,
|
||||
"type": "SplitterPanelProps",
|
||||
"default": ""
|
||||
},
|
||||
{
|
||||
"name": "context",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "SplitterPanelContext",
|
||||
"default": ""
|
||||
}
|
||||
],
|
||||
"methods": []
|
||||
|
@ -38070,6 +38077,21 @@
|
|||
],
|
||||
"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": {
|
||||
"description": "Defines valid properties in SplitterPanel component.",
|
||||
"relatedProp": "",
|
||||
|
|
Loading…
Reference in New Issue