Function: has()
> has(id): boolean
Defined in: src/canvas/tickers/decorators/RegisteredTickers.ts:155
Check if a ticker is registered.
Parameters
id
string
The id of the ticker.
Returns
boolean
True if the ticker is registered, false otherwise.
> has(id): boolean
Defined in: src/canvas/tickers/decorators/RegisteredTickers.ts:155
Check if a ticker is registered.
string
The id of the ticker.
boolean
True if the ticker is registered, false otherwise.