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