moveDown(child) → {any}
Moves the given child down one place in this group unless it's already at the bottom.
Parameters
| Name | Type | Description |
|---|---|---|
child | any | The child to move down in the group. |
Returns
any -
The child that was moved.
- Source code: core/Group.js (Line 969)
Please login to continue.