Declaration

var isLocked: Bool { get set }

Declaration

@property (nonatomic, getter=isLocked) BOOL locked;

Declaration

isLocked() -> bool
setLocked_(locked: bool)

Discussion

The node does not enforce this locking itself; instead, higher-level API like GSPath use this flag to inform their operations.