locked property
Whether this node is locked from user interactions.
When true, the node cannot be dragged or resized via the UI.
Programmatic operations (delete, move, resize via API) still work.
Useful for template elements or locked design components.
Implementation
final bool locked;