sendToBack(child) → {any}
Sends the given child to the bottom of this group so it renders below all other children.
Parameters
| Name | Type | Description | 
|---|---|---|
child |  any | The child to send to the bottom of this group.  |  
Returns
 any - 
 The child that was moved.
- Inherited From
 - Source code: core/Group.js (Line 926)
 
Please login to continue.