Skip to content

Commit

Permalink
Guides => DOM events is missing #5706
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiu committed Sep 7, 2024
1 parent 02c86e8 commit 1960749
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
## todo
4 changes: 3 additions & 1 deletion resources/data/deck/learnneo/tree.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
{"name": "Layouts", "parentId": "InDepth", "isLeaf": false, "id": "Layouts", "hidden": true},
{"name": "View Models", "parentId": "InDepth", "isLeaf": true, "id": "GuideViewModels"},
{"name": "Custom Components", "parentId": "InDepth", "isLeaf": true, "id": "CustomComponents", "hidden": true},
{"name": "Events", "parentId": "InDepth", "isLeaf": true, "expanded": false, "id": "GuideEvents"},
{"name": "Events", "parentId": "InDepth", "isLeaf": false, "expanded": false, "id": "GuideEvents"},
{"name": "Custom Events", "parentId": "GuideEvents", "isLeaf": true, "id": "guides.events.CustomEvents"},
{"name": "DOM Events", "parentId": "GuideEvents", "isLeaf": true, "id": "guides.events.DomEvents"},
{"name": "Tables (Stores)", "parentId": "InDepth", "isLeaf": false, "id": "Tables", "hidden": true},
{"name": "Shared Bindable Data (Component Models)", "parentId": "InDepth", "isLeaf": false, "id": "InDepthComponentModels", "hidden": true},
{"name": "Multi-Window Applications", "parentId": "InDepth", "isLeaf": false, "id": "MultiWindow", "hidden": true},
Expand Down

0 comments on commit 1960749

Please sign in to comment.