Update API doc

pull/5161/head
GitHub Actions Bot 2024-01-24 10:45:09 +00:00
parent b51517f173
commit cc7a3bc09b
1 changed files with 40 additions and 0 deletions

View File

@ -23743,6 +23743,30 @@
"default": "",
"description": "Used to pass attributes to the item's DOM element."
},
{
"name": "itemLabel",
"optional": true,
"readonly": false,
"type": "DropdownPassThroughOptionType<T>",
"default": "",
"description": "Used to pass attributes to the item label's DOM element."
},
{
"name": "tickIcon",
"optional": true,
"readonly": false,
"type": "DropdownPassThroughOptionType<T>",
"default": "",
"description": "Used to pass attributes to the tick icon's DOM element."
},
{
"name": "blankIcon",
"optional": true,
"readonly": false,
"type": "DropdownPassThroughOptionType<T>",
"default": "",
"description": "Used to pass attributes to the bank icon's DOM element."
},
{
"name": "emptyMessage",
"optional": true,
@ -24230,6 +24254,22 @@
"default": "true",
"description": "When enabled, the focus is placed on the hovered option."
},
{
"name": "highlightOnSelect",
"optional": true,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "Highlights automatically the first item."
},
{
"name": "showTick",
"optional": true,
"readonly": false,
"type": "boolean",
"default": "true",
"description": "Whether the selected option will be shown with a tick."
},
{
"name": "filterMessage",
"optional": true,