historicalActions property

Map<String, ActionInfo> historicalActions
final

The historical actions. Mutable for performance reasons. Action Name -> ActionInfo

Implementation

final Map<String, ActionInfo> historicalActions;