Declaration

var isLocked: Bool { get set }

Declaration

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

Declaration

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

Discussion

The protocol does not enforce this state; editing APIs that support locked objects consult the flag before modifying them.

See Also

Editing

  • The position in layer coordinates.