@microsoft/fast-element > ElementView
ElementView interface
A View representing DOM nodes specifically for rendering the view of a custom element.
Signature:export interface ElementView extends View
Methods
| Method | Description |
|---|---|
| appendTo(node) | Appends the view's DOM nodes to the referenced node. |