Skip to content

Commit

Permalink
TreeView, TreeGridView: docs see ArrayHierarchicalCollection
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Mar 7, 2024
1 parent 3633acf commit d46c66c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/feathers/controls/TreeGridView.hx
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ class TreeGridView extends BaseScrollContainer implements IDataSelector<Dynamic>
@default null
@see `feathers.data.ArrayCollection`
@see `feathers.data.ArrayHierarchicalCollection`
@since 1.0.0
**/
Expand Down
2 changes: 2 additions & 0 deletions src/feathers/controls/TreeView.hx
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,8 @@ class TreeView extends BaseScrollContainer implements IDataSelector<Dynamic> imp
@default null
@see `feathers.data.ArrayHierarchicalCollection`
@since 1.0.0
**/
@:bindable("dataChange")
Expand Down

0 comments on commit d46c66c

Please sign in to comment.