blockly > IconNavigationPolicy > getFirstChild
IconNavigationPolicy.getFirstChild() method
Returns the first child of the given icon.
Signature:
getFirstChild(_current: Icon): IFocusableNode | null;
Parameters
Parameter | Type | Description |
|---|---|---|
_current | The icon to return the first child of. |
Returns:
IFocusableNode | null
Null.