mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Update knockout.d.ts
According to the documents $index is an observable.
This commit is contained in:
Vendored
+1
-1
@@ -118,7 +118,7 @@ interface KnockoutBindingContext {
|
||||
$parents: any[];
|
||||
$root: any;
|
||||
$data: any;
|
||||
$index?: number;
|
||||
$index?: KnockoutObservable<number>;
|
||||
$parentContext?: KnockoutBindingContext;
|
||||
|
||||
extend(properties: any): any;
|
||||
|
||||
Reference in New Issue
Block a user