Function: hasBubble()
function hasBubble(obj): obj is IHasBubble;
Defined in: packages/blockly/core/interfaces/i_has_bubble.ts:31
Type guard that checks whether the given object is a IHasBubble.
Parameters
| Parameter | Type |
|---|---|
obj | any |
Returns
obj is IHasBubble