mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Adding isModifed to KnockoutSubscribable
Part of ko extenders from knockout validation. Handy property to have
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