@microsoft/fast-element > SubscriberSet > has
SubscriberSet.has() method
Checks whether the provided subscriber has been added to this set.
Signature:
has(subscriber: Subscriber): boolean;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
subscriber |
The subscriber to test for inclusion in this set. |
Returns:
boolean