Callback signature for custom action handlers.
response contains the response data from the editor (if any).
response
typedef CustomActionCallback = void Function(Map<String, dynamic>? response);