diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index b1c1a1199..d13a35020 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -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": "",