Type alias: WebHandlersSpecs<I, P>

Ƭ WebHandlersSpecs<I, P>: {}

An object describing the structure of messages a feature Web script can handle.

Type parameters:

NameTypeDefaultDescription
IstringstringA type for the event identifier.
P-{}A type describing the shape of payloads sent to Web handlers.