Class: PreviewCommand
Class: PreviewCommand
The preview command class.
Constructors
Constructor
new PreviewCommand(context): PreviewCommand;
Create a new instance of PreviewCommand.
Parameters
context
The service container to manage dependencies.
Returns
PreviewCommand
Methods
handle()
handle(event): Promise<void>;
Handle the incoming event.
Parameters
event
IncomingEvent
The incoming event.
Returns
Promise
<void
>