Returns a list of action names active in the persisted actions map.
List<String> getActionNames() { return actions!.values.toList(); }