Constructor
new module:br-knockout /Knockout Component(sTemplate Id, oView Model)
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:
Methods
set Display Frame(frame)
Parameters:
Name | Type | Description |
---|---|---|
frame |
module:br-component |
A frame provided by the layout manager that this component can attach its visual DOM elements into. Will be called only once. |
- Implements: