From 0ad61a2864f3f14d81e531e14bf37be8431f4039 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Thu, 13 Jul 2023 07:47:11 +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 99866e80a..79d2be567 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -32621,6 +32621,13 @@ "readonly": false, "type": "PickListState", "default": "" + }, + { + "name": "context", + "optional": false, + "readonly": false, + "type": "PickListContext", + "default": "" } ], "methods": [] @@ -33072,6 +33079,29 @@ ], "methods": [] }, + "PickListContext": { + "description": "", + "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 focus state of the item as a boolean." + } + ], + "methods": [] + }, "PickListProps": { "description": "Defines valid properties in PickList component.", "relatedProp": "",