Declaration

func compatibleLayerGroupIds(for layer: GSLayer) -> [String]?

Declaration

- (NSArray<NSString *> *) compatibleLayerGroupIdsForLayer:(GSLayer *) layer;

Declaration

compatibleLayerGroupIdsForLayer_(layer: GSLayer) -> list[str]

Parameters

layer

A layer belonging to the glyph.

Discussion

Layers without shapes or a background image do not participate in the grouping. Returns nil for a background layer or a layer that is not in a group.

See Also

Layer Groups