Constructor
new module:br/knockout/KnockoutComponent(sTemplateId, oViewModel)
Parameters:
Name | Type | Description |
---|---|---|
sTemplateId |
String | The id of a template to render the presentation model with. |
oViewModel |
Object | A Knockout View Model object instance. |
- Implements: