Interface: MetaErrorPage<IncomingEventType, OutgoingResponseType>
Interface: MetaErrorPage<IncomingEventType, OutgoingResponseType>
Represents a meta error page.
Type Parameters
IncomingEventType
IncomingEventType
extends ReactIncomingEvent
The type representing the incoming event.
OutgoingResponseType
OutgoingResponseType
= unknown
The type representing the outgoing response.
Properties
error?
optional error: any;
isClass?
optional isClass: boolean;
isFactory?
optional isFactory: boolean;
layout?
optional layout: unknown;
lazy?
optional lazy: boolean;
module
module:
| ErrorPageType<IncomingEventType, OutgoingResponseType>
| Laziable<ErrorPageType<IncomingEventType, OutgoingResponseType>>;