mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 04:49:15 +08:00
Update knockout.d.ts
As of: ``` javascript self['$rawData'] = dataItemOrObservable; ``` at https://github.com/knockout/knockout/blob/master/src/binding/bindingAttributeSyntax.js
This commit is contained in:
1
knockout/knockout.d.ts
vendored
1
knockout/knockout.d.ts
vendored
@@ -118,6 +118,7 @@ interface KnockoutBindingContext {
|
||||
$parents: any[];
|
||||
$root: any;
|
||||
$data: any;
|
||||
$rawData: any | KnockoutObservable<any>;
|
||||
$index?: KnockoutObservable<number>;
|
||||
$parentContext?: KnockoutBindingContext;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user