Class StateEvent<T>Abstract

An event base class that provides its own validator and serializer implementation. This is meant to streamline event creation for app-space by forcing the payload of the event to be a JSONState.

Type Parameters

Hierarchy

  • StateEvent

Implements

Constructors

Properties

eventUuid: string = ...
injector: Container
state?: T

The payload of the event.

Accessors

Methods