Class ShimiEventData<TSource>

The base event data class in shimi.

Type Parameters

  • TSource

Hierarchy

Constructors

Properties

Constructors

Properties

cancel: boolean = false

If set to true, the event will stop processing.

source: TSource

The object that triggered the event.

Generated using TypeDoc