mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
Fix to only set nodes prop when nodesFlat is provided
This commit is contained in:
parent
ef4c0abaa5
commit
b754b990e7
4 changed files with 25 additions and 4 deletions
|
@ -17770,13 +17770,25 @@
|
|||
{
|
||||
"name": "nodes",
|
||||
"kind": "let",
|
||||
"description": "Provide an array of nodes to render",
|
||||
"description": "Provide a nested array of nodes to render",
|
||||
"type": "Array<TreeNode>",
|
||||
"value": "[]",
|
||||
"isFunction": false,
|
||||
"isFunctionDeclaration": false,
|
||||
"isRequired": false,
|
||||
"constant": false,
|
||||
"reactive": true
|
||||
},
|
||||
{
|
||||
"name": "nodesFlat",
|
||||
"kind": "let",
|
||||
"description": "Provide a flat array of nodes to render",
|
||||
"type": "Array<TreeNode>[]",
|
||||
"value": "[]",
|
||||
"isFunction": false,
|
||||
"isFunctionDeclaration": false,
|
||||
"isRequired": false,
|
||||
"constant": false,
|
||||
"reactive": false
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue