mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 22:01:42 +08:00
chore: property
This commit is contained in:
@ -1191,6 +1191,7 @@ const ignoreTouchAnimationProperty = new Property<ViewCommon, boolean>({
|
||||
});
|
||||
ignoreTouchAnimationProperty.register(ViewCommon);
|
||||
|
||||
accessibilityIdentifierProperty.register(ViewCommon);
|
||||
accessibilityLabelProperty.register(ViewCommon);
|
||||
accessibilityValueProperty.register(ViewCommon);
|
||||
accessibilityHintProperty.register(ViewCommon);
|
||||
|
Reference in New Issue
Block a user