@microsoft/fast-element > ContentView
ContentView interface
A simple View that can be interpolated into HTML content.
Signature:
export interface ContentView
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
|
Methods
|
Method |
Description |
|---|---|
|
Binds a view's behaviors to its binding source. | |
|
Inserts the view's DOM nodes before the referenced node. | |
|
Removes the view's DOM nodes. The nodes are not disposed and the view can later be re-inserted. | |
|
Unbinds a view's behaviors from its binding source and context. |