Fix: updated doc, removed [] on type definition for nodesFlat

This commit is contained in:
Bram 2024-11-26 23:11:57 +01:00
commit 655a205b0a
4 changed files with 4 additions and 4 deletions

View file

@ -17783,7 +17783,7 @@
"name": "nodesFlat",
"kind": "let",
"description": "Provide a flat array of nodes to render",
"type": "Array<TreeNode>[]",
"type": "Array<TreeNode>",
"value": "[]",
"isFunction": false,
"isFunctionDeclaration": false,