ComponentErrorEvent

View Source

Summary

Error event shape emitted by the component runtime.

Signature

type ComponentErrorEvent = ErrorEvent & { error: unknown };