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