ungroup(group)
Ungroups an existing group. Returns an array of the items that were within the group before ungroup() was called.
Type: function
Parameter(s):
- group {Group | String}:
The group instance or name of the group to ungroup.
Returns:
-
{Array}:
An array of the ungrouped page items.