Skip to content

EventBase

@waldiez/react v0.7.1


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?ΒΆ

optional id: string

Defined in: components/stepByStep/event_types.ts:11


recipient?ΒΆ

optional recipient: string

Defined in: components/stepByStep/event_types.ts:15


sender?ΒΆ

optional sender: string

Defined in: components/stepByStep/event_types.ts:14


timestamp?ΒΆ

optional timestamp: 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