Instance Method
activeLayers()activeLayersactiveLayers
returns all layers that are currently active. That is mostly used for the ‘Select All Layers’ tool.
Declaration
optional func activeLayers() -> [GSLayer]Declaration
- (NSArray<GSLayer *> *) activeLayers;Declaration
activeLayers() -> list[GSLayer]Return Value
An array of layers