mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
got to layouts
This commit is contained in:
@@ -7,5 +7,5 @@ export class ActivityIndicatorBase extends View implements ActivityIndicatorDefi
|
||||
public busy: boolean;
|
||||
}
|
||||
|
||||
export let busyProperty = new Property<ActivityIndicatorBase, boolean>({ name: "busy", defaultValue: false, valueConverter: booleanConverter });
|
||||
export const busyProperty = new Property<ActivityIndicatorBase, boolean>({ name: "busy", defaultValue: false, valueConverter: booleanConverter });
|
||||
busyProperty.register(ActivityIndicatorBase);
|
||||
Reference in New Issue
Block a user