id property
Unique identifier for this action.
Used to map keyboard shortcuts to actions and for programmatic execution. Should be lowercase with underscores (e.g., 'select_all_nodes').
Implementation
final String id;
Unique identifier for this action.
Used to map keyboard shortcuts to actions and for programmatic execution. Should be lowercase with underscores (e.g., 'select_all_nodes').
final String id;