mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-28 12:43:06 +08:00
The filters in RefreshHints should be optional so there is no error when updating a single one such as:
this.dataView.setRefreshHints({
isFilterUnchanged: true
});