@microsoft/fast-element > NodeObservationDirective > observe
NodeObservationDirective.observe() method
Begins observation of the nodes.
Signature:
protected abstract observe(target: any): void;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
target |
any |
The target to observe. |
Returns:
void