mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-22 05:03:44 +00:00
Run "yarn build:docs"
This commit is contained in:
parent
c1ee60be89
commit
c42aea86fa
3 changed files with 53 additions and 34 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue