---
title: AppRuntimeEventMap
---

# AppRuntimeEventMap

<a href="https://github.com/remix-run/remix/blob/remix@3.0.0-alpha.6/packages/ui/src/runtime/run.ts#L22" target="_blank">View Source</a>

## Summary

Events emitted by the application runtime.

## Signature

```ts
type AppRuntimeEventMap = {
  error: ComponentErrorEvent;
};

```