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": "",