We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d98668e + 87ca285 commit c22d21fCopy full SHA for c22d21f
src/aurelia-binding.d.ts
@@ -779,7 +779,7 @@ export declare class BindingEngine {
779
/**
780
* Gets an observer for collection mutation.
781
*/
782
- collectionObserver(collection: Array<any> | Map<any, any>): CollectionObserver;
+ collectionObserver(collection: Array<any> | Map<any, any> | Set<any>): CollectionObserver;
783
784
* Gets an observer for a javascript expression that accesses a property on the binding context.
785
* @param bindingContext The binding context (view-model)
0 commit comments