Skip to content

Commit c1d3990

Browse files
committed
refactor(overridingTypes): add missing ms-specific properties in Navigator interface
1 parent 968298c commit c1d3990

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

inputfiles/overridingTypes.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2755,6 +2755,25 @@
27552755
]
27562756
}
27572757
}
2758+
},
2759+
"properties": {
2760+
"property": {
2761+
"msManipulationViewsEnabled": {
2762+
"name": "msManipulationViewsEnabled",
2763+
"override-type": "boolean",
2764+
"read-only": 1
2765+
},
2766+
"msMaxTouchPoints": {
2767+
"name": "msMaxTouchPoints",
2768+
"override-type": "number",
2769+
"read-only": 1
2770+
},
2771+
"msPointerEnabled": {
2772+
"name": "msPointerEnabled",
2773+
"override-type": "boolean",
2774+
"read-only": 1
2775+
}
2776+
}
27582777
}
27592778
}
27602779
}

0 commit comments

Comments
 (0)