mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Merge pull request #2137 from jcutrono/master
Adding isModifed to KnockoutSubscribable
This commit is contained in:
@@ -142,6 +142,7 @@ interface KnockoutSubscribableFunctions<T> {
|
||||
isValid: KnockoutComputed<boolean>;
|
||||
isValidating: KnockoutObservable<boolean>;
|
||||
rules: KnockoutObservableArray<KnockoutValidationRule>;
|
||||
isModified(val: boolean): void;
|
||||
}
|
||||
|
||||
declare module "knockout.validation" {
|
||||
|
||||
Reference in New Issue
Block a user