Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HandleEvent<T, P>

Handle the given event. Parameters will have been set on the object

param

context from which GraphQL client can be obtained if it's necessary to run further queries.

returns

result containing status and any command-specific data

Type parameters

  • T = any

  • P = any

Hierarchy

  • HandleEvent

Index

Properties

Properties

handle

handle: OnEvent<T, P>

Generated using TypeDoc