Update API doc
parent
587ed2a7ff
commit
0c443a1c97
|
@ -38064,6 +38064,13 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "SplitterState",
|
"type": "SplitterState",
|
||||||
"default": ""
|
"default": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "context",
|
||||||
|
"optional": false,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "SplitterContext",
|
||||||
|
"default": ""
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -38181,6 +38188,21 @@
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
},
|
},
|
||||||
|
"SplitterContext": {
|
||||||
|
"description": "Defines options in Splitter component.",
|
||||||
|
"relatedProp": "",
|
||||||
|
"props": [
|
||||||
|
{
|
||||||
|
"name": "nested",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "boolean",
|
||||||
|
"default": "",
|
||||||
|
"description": "Current nested state of the component."
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"methods": []
|
||||||
|
},
|
||||||
"SplitterProps": {
|
"SplitterProps": {
|
||||||
"description": "Defines valid properties in Splitter component.",
|
"description": "Defines valid properties in Splitter component.",
|
||||||
"relatedProp": "",
|
"relatedProp": "",
|
||||||
|
|
Loading…
Reference in New Issue