Declaration

var activeLayer: GSLayer? { get }

Declaration

@property (nonatomic, readonly) GSLayer * activeLayer;

Declaration

activeLayer() -> GSLayer

Discussion

If only one layer is selected it retunes it, otherwise it retunes nil.

In the editView, this is the layer that has a gray info box.