@microsoft/fast-element > ChildrenDirective > getNodes
ChildrenDirective.getNodes() method
Retrieves the raw nodes that should be assigned to the source property.
Signature:
getNodes(target: Element): Node[];
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
target |
Element |
The target to get the node to. |
Returns:
Node[]