@shopify/cli-kit
Preparing search index...
common/command-events
CommandEventChannel
Interface CommandEventChannel<TEvent>
Emits timestamped side events from one command execution.
interface
CommandEventChannel
<
TEvent
extends
CommandEvent
=
CommandEvent
>
{
emit
:
(
event
:
CommandEventInput
<
TEvent
>
,
options
?:
CommandEventEmissionOptions
,
)
=>
void
;
}
Type Parameters
TEvent
extends
CommandEvent
=
CommandEvent
Index
Properties
emit
Properties
emit
emit
:
(
event
:
CommandEventInput
<
TEvent
>
,
options
?:
CommandEventEmissionOptions
,
)
=>
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
emit
@shopify/cli-kit
Loading...
Emits timestamped side events from one command execution.