Update API doc

pull/5110/head
GitHub Actions Bot 2024-01-18 13:12:10 +00:00
parent 3d43ab506f
commit daf38ca8fe
1 changed files with 24 additions and 0 deletions

View File

@ -19994,6 +19994,14 @@
"default": "false", "default": "false",
"description": "Whether to displays rows with alternating colors." "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", "name": "size",
"optional": true, "optional": true,
@ -36625,6 +36633,14 @@
"default": "false", "default": "false",
"description": "Whether to focus on the filter element when the overlay panel is shown." "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", "name": "filterMessage",
"optional": true, "optional": true,
@ -54623,6 +54639,14 @@
"default": "", "default": "",
"description": "Locale to use in filtering. The default locale is the host environment's current locale." "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", "name": "scrollHeight",
"optional": true, "optional": true,