Skip to content

Commit

Permalink
haxeui_expose_all
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Oct 5, 2024
1 parent 1ac8355 commit 3a947cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions haxe/ui/data/DataSource.hx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ package haxe.ui.data;
import haxe.ui.constants.SortDirection;
import haxe.ui.data.transformation.IItemTransformer;

#if haxeui_expose_all
@:expose
#end
class DataSource<T> {
@:noCompletion
public var onDataSourceChange:Void->Void;
Expand Down

0 comments on commit 3a947cf

Please sign in to comment.