Interface: MetaComponentEventHandler<IncomingEventType, OutgoingResponseType>
Interface: MetaComponentEventHandler<IncomingEventType, OutgoingResponseType>
Represents a meta component event handler.
Type Parameters
IncomingEventType
IncomingEventType
extends IIncomingEvent
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:
| ComponentEventHandlerType<IncomingEventType, OutgoingResponseType>
| LazyComponentEventHandler<IncomingEventType, OutgoingResponseType>;