Home > blockly > bubbles > Bubble > getOwner
bubbles.Bubble.getOwner() method
Returns the object that owns/hosts this bubble, if any.
Signature:
getOwner(): (IHasBubble & IFocusableNode) | undefined;
Returns:
(IHasBubble & IFocusableNode) | undefined