FunctionshasBubble(obj)On this pageHome > blockly > hasBubble hasBubble() function Type guard that checks whether the given object is a IHasBubble. Signature: export declare function hasBubble(obj: any): obj is IHasBubble; Parameters ParameterTypeDescriptionobjany Returns: obj is IHasBubble