CarpenterRuntimeHotkeyCommandCallback typedef

CarpenterRuntimeHotkeyCommandCallback = void Function(CarpenterRuntime runtime, CarpenterCommand<void> command)

Callback команды hotkey с доступом к typed runtime.

Implementation

typedef CarpenterRuntimeHotkeyCommandCallback =
    void Function(CarpenterRuntime runtime, CarpenterCommand<void> command);