id property

String id
final

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;