From 0c443a1c97c72224f9b4d2f8527c4f37208d7d2e Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Tue, 1 Aug 2023 08:26:54 +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 ee8425c64..e36d9cee6 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -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": "",