blockly > BubbleNavigationPolicy > getParent
BubbleNavigationPolicy.getParent() method
Returns the parent of the given bubble.
Signature:
getParent(current: Bubble): IFocusableNode | null;
Parameters
Parameter | Type | Description |
|---|---|---|
current | The bubble to return the parent of. |
Returns:
IFocusableNode | null
The parent block of the given bubble.