Update API doc

pull/5161/head
GitHub Actions Bot 2024-01-24 07:03:22 +00:00
parent 05e71965ee
commit 4822234c11
1 changed files with 18 additions and 2 deletions

View File

@ -37551,9 +37551,17 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "boolean", "type": "boolean",
"default": "false", "default": "true",
"description": "Whether to focus on the first visible or selected element." "description": "Whether to focus on the first visible or selected element."
}, },
{
"name": "focusOnHover",
"optional": true,
"readonly": false,
"type": "boolean",
"default": "true",
"description": "When enabled, the focus is placed on the hovered option."
},
{ {
"name": "listStyle", "name": "listStyle",
"optional": true, "optional": true,
@ -42050,9 +42058,17 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "boolean", "type": "boolean",
"default": "false", "default": "true",
"description": "Whether to focus on the first visible or selected element." "description": "Whether to focus on the first visible or selected element."
}, },
{
"name": "focusOnHover",
"optional": true,
"readonly": false,
"type": "boolean",
"default": "true",
"description": "When enabled, the focus is placed on the hovered option."
},
{ {
"name": "listStyle", "name": "listStyle",
"optional": true, "optional": true,