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