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