Declaration

func forcedLayerGroupIdsSeenLayers(_ seenLayers: NSMutableSet?, ignoreEmptyLayers: Bool) -> NSMutableArray

Declaration

- (NSMutableArray<NSMutableOrderedSet<NSString *> *> *) forcedLayerGroupIdsSeenLayers:(NSMutableSet<NSString *> *) seenLayers ignoreEmptyLayers:(BOOL) ignoreEmptyLayers;

Declaration

forcedLayerGroupIdsSeenLayers_ignoreEmptyLayers_(seenLayers: set[str], ignoreEmptyLayers: bool) -> list[NSMutableOrderedSet<NSString *>]

Parameters

seenLayers

A set to which the identifiers included in a group are added, or nil when this information is not needed.

ignoreEmptyLayers

Whether to omit layers without shapes or a background image.

Discussion

Inactive layers are omitted.

See Also

Layer Groups