AppRuntimeEventMap

View Source

Summary

Events emitted by the application runtime.

Signature

type AppRuntimeEventMap = {
  error: ComponentErrorEvent;
};