EventBase
EventBase\<
TType,TContent> =object
Defined in: components/stepByStep/event_types.ts:10
Type ParametersΒΆ
TTypeΒΆ
TType extends string
TContentΒΆ
TContent
PropertiesΒΆ
contentΒΆ
content:
TContent
Defined in: components/stepByStep/event_types.ts:13
id?ΒΆ
optionalid:string
Defined in: components/stepByStep/event_types.ts:11
recipient?ΒΆ
optionalrecipient:string
Defined in: components/stepByStep/event_types.ts:15
sender?ΒΆ
optionalsender:string
Defined in: components/stepByStep/event_types.ts:14
timestamp?ΒΆ
optionaltimestamp:string
Defined in: components/stepByStep/event_types.ts:17
Optional common fields you may have:
typeΒΆ
type:
TType
Defined in: components/stepByStep/event_types.ts:12