Update API doc
parent
587ed2a7ff
commit
0c443a1c97
|
@ -38064,6 +38064,13 @@
|
|||
"readonly": false,
|
||||
"type": "SplitterState",
|
||||
"default": ""
|
||||
},
|
||||
{
|
||||
"name": "context",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "SplitterContext",
|
||||
"default": ""
|
||||
}
|
||||
],
|
||||
"methods": []
|
||||
|
@ -38181,6 +38188,21 @@
|
|||
],
|
||||
"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": {
|
||||
"description": "Defines valid properties in Splitter component.",
|
||||
"relatedProp": "",
|
||||
|
|
Loading…
Reference in New Issue