Skip to main content

@microsoft/fast-element > ElementView > appendTo

ElementView.appendTo() method

Appends the view's DOM nodes to the referenced node.

Signature:
appendTo(node: Node): void;

Parameters

ParameterTypeDescription
nodeNodeThe parent node to append the view's DOM nodes to.
Returns:

void