From daf38ca8fe5c1eab5f54add5215c4446dad81b4e Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Thu, 18 Jan 2024 13:12:10 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index edd1443f3..598389af2 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -19994,6 +19994,14 @@ "default": "false", "description": "Whether to displays rows with alternating colors." }, + { + "name": "highlightOnSelect", + "optional": true, + "readonly": false, + "type": "boolean", + "default": "false", + "description": "Highlights automatically the first item." + }, { "name": "size", "optional": true, @@ -36625,6 +36633,14 @@ "default": "false", "description": "Whether to focus on the filter element when the overlay panel is shown." }, + { + "name": "highlightOnSelect", + "optional": true, + "readonly": false, + "type": "boolean", + "default": "false", + "description": "Highlights automatically the first item." + }, { "name": "filterMessage", "optional": true, @@ -54623,6 +54639,14 @@ "default": "", "description": "Locale to use in filtering. The default locale is the host environment's current locale." }, + { + "name": "highlightOnSelect", + "optional": true, + "readonly": false, + "type": "boolean", + "default": "false", + "description": "Highlights automatically the first item." + }, { "name": "scrollHeight", "optional": true,