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