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