Appearance
Wiggle API / group
Function: group()
group(
options?):Group
A detached group the caller adds (with comp.add) and positions. Its children are offsets from the group origin. Unlike comp.group(), it is not added on creation, so it is the building block for a reusable component that returns a group. Without x/y it centers when added at the top level; give x/y to pin the origin (a component laying out from a corner uses { x: 0, y: 0 }).
Parameters
options?
x?
number
y?
number