EventMessage type
type EventMessage = {
error: EventError,
eventType: EventType,
interactionType: InteractionType | null,
payload: EventPayload,
timestamp: number,
}
Tento prohlížeč se už nepodporuje.
Upgradujte na Microsoft Edge, abyste mohli využívat nejnovější funkce, aktualizace zabezpečení a technickou podporu.
type EventMessage = {
error: EventError,
eventType: EventType,
interactionType: InteractionType | null,
payload: EventPayload,
timestamp: number,
}