Function: has()
> has(id): boolean
Defined in: src/canvas/decorators/canvas-element-decorator.ts:261
Check if a canvas component is registered.
Parameters
id
string
The id of the canvas component.
Returns
boolean
True if the canvas component is registered, false otherwise.