model class
to describe JSON-like Knockout bindings and
register a provider
used by the editor infrastructure
to query for the model
.See: Description
Interface | Description |
---|---|
BindingsProvider |
A provider that knows more about structure of Knockout bindings in an HTML
page.
|
Class | Description |
---|---|
Bindings |
Allows structural description of a
ko.applyBindings parameter. |
BindingsProvider.Response |
Methods for
BindingsProvider s to provide a response when
queries
about a particular HTML file. |
model class
to describe JSON-like Knockout bindings and
register a provider
used by the editor infrastructure
to query for the model
.