Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IInputEvent<T>

An Input event ties input data together with the id of the participant who caused it.

Type parameters

  • T

Hierarchy

  • IInputEvent

Index

Properties

input

input: T

The input data.

participantID

participantID: string

The session id of the participant who caused this input.

Optional transactionID

transactionID: string

A transaction id if this input event has created a transaction.

Generated using TypeDoc