Declaration

var isSpecialLayer: Bool { get }

Declaration

@property (nonatomic, readonly, getter=isSpecialLayer) BOOL specialLayer;

Declaration

pyobjc_instanceMethods.isSpecialLayer() -> bool

Discussion

Any layer with attributes is a special layer, including Intermediate and Alternative layer that use attributes to store their specific info.

See Also

Layer Kind