From 3a947cf646bdd0d46014211fcaf88bde1d08e9db Mon Sep 17 00:00:00 2001 From: Ian Harrigan Date: Sat, 5 Oct 2024 10:40:11 +0200 Subject: [PATCH] haxeui_expose_all --- haxe/ui/data/DataSource.hx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/haxe/ui/data/DataSource.hx b/haxe/ui/data/DataSource.hx index 96c8346b8..ef279e454 100644 --- a/haxe/ui/data/DataSource.hx +++ b/haxe/ui/data/DataSource.hx @@ -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 { @:noCompletion public var onDataSourceChange:Void->Void;