---
title: VirtualRootEventMap
---

# VirtualRootEventMap

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

## Summary

Events emitted by virtual roots.

## Signature

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

```