Skip to main content

@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

MethodDescription
appendTo(node)Appends the view's DOM nodes to the referenced node.