bringToTop(child) → {any}
Brings the given child to the top of this group so it renders above all other children.
Parameters
| Name | Type | Description | 
|---|---|---|
child |  any | The child to bring to the top of this group.  |  
Returns
 any - 
 The child that was moved.
- Inherited From
 - Source code: core/Group.js (Line 907)
 
Please login to continue.