Instance Property
shapeGroups
The shape groups keyed by group identifier.
Declaration
var shapeGroups: [String : GSShapeGroup] { get }Declaration
@property (readonly) NSDictionary<NSString *,GSShapeGroup *> * shapeGroups;Declaration
shapeGroups() -> dict[str, GSShapeGroup]Discussion
The root group is keyed by the root group identifier.
See Also
Shape Groups
A shape group containing all shapes of the layer.
Reconfigures the shape groups (setting their member ranges) and reorders
shapesto match.