Value id
let ActionDeclaration.id: String
The action identifier, local to the plugin.
The name should be relevant to what the action does, as users might add custom key bindings.
The full action name is plugin.id .. "." .. action.id
(plugin and action identifiers, concatenated with a dot).
Name examples:
find
find.here
clear.cache