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