actions property

Custom shortcuts and actions.

When the shortcut set in ShortcutActivator is input, the PlutoGridShortcutAction.execute method is executed.

Implementation

Map<ShortcutActivator, PlutoGridShortcutAction> get actions =>
    _actions ?? defaultActions;