mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-22 11:40:10 +08:00
Adding valueHasMutated and valueWillMutate
Adding missing functions to Knockout.
This commit is contained in:
Vendored
+3
@@ -8,6 +8,9 @@ interface KnockoutSubscribableFunctions {
|
||||
subscribe(callback: (newValue: any[]) => void, target?:any, topic?: string): KnockoutSubscription;
|
||||
notifySubscribers(valueToWrite, topic?: string);
|
||||
dispose(): void;
|
||||
valueHasMutated(): void;
|
||||
|
||||
valueWillMutate(): void;
|
||||
}
|
||||
|
||||
interface KnockoutComputedFunctions extends KnockoutSubscribableFunctions {
|
||||
|
||||
Reference in New Issue
Block a user