From 441b2435ffe80ae4ad3785d640b7b68cb21cf98e Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Tue, 25 Jul 2023 09:23:07 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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": "",