You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 24, 2023. It is now read-only.
Represents sources to watch. If string or array of string are given, search sources with that name. True stands for all sources. undefined binds only default data source.
Returns
Returned value is the corresponding WatchableEntity
The text was updated successfully, but these errors were encountered:
Watchers are entities synced with their data source, and we need a way to generate them.
Proposal
Entity.watch(sourceName: string | string[] | True | undefined): WatchableEntity
Params
Returns
Returned value is the corresponding
WatchableEntity
The text was updated successfully, but these errors were encountered: