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,