Run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-02-08 20:08:50 -08:00
commit c42aea86fa
3 changed files with 53 additions and 34 deletions

View file

@ -6446,6 +6446,17 @@
"constant": false,
"reactive": false
},
{
"name": "itemToName",
"kind": "let",
"description": "Override the input name attribute of a multiselect item.\nDefaults to using the item id",
"type": "(item: MultiSelectItem) => any",
"value": "(item) => item.id",
"isFunction": true,
"isFunctionDeclaration": false,
"constant": false,
"reactive": false
},
{
"name": "selectedIds",
"kind": "let",