From 53b595a236bb81231fa3377e1aca39123ab964b4 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Tue, 9 May 2023 08:43:59 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 024dc9bb7..c3d45c612 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -30241,6 +30241,13 @@ "readonly": false, "type": "SelectButtonState", "default": "" + }, + { + "name": "context", + "optional": false, + "readonly": false, + "type": "SelectButtonContext", + "default": "" } ], "methods": [] @@ -30327,6 +30334,29 @@ ], "methods": [] }, + "SelectButtonContext": { + "description": "Defines current options in SelectButton component.", + "relatedProp": "", + "props": [ + { + "name": "active", + "optional": false, + "readonly": false, + "type": "boolean", + "default": "false", + "description": "Current active state of the item as a boolean." + }, + { + "name": "focused", + "optional": false, + "readonly": false, + "type": "boolean", + "default": "false", + "description": "Current focused state of item as a boolean." + } + ], + "methods": [] + }, "SelectButtonProps": { "description": "Defines valid properties in SelectButton component.", "relatedProp": "",