previous() → {any}
Moves the group cursor to the previous (lower) child in the group.
If the cursor is at the start of the group (bottom child) it is moved to the end (top child).
Returns
any -
The child the cursor now points to.
- Inherited From
- Source code: core/Group.js (Line 862)
Please login to continue.