Class ShimiEventData<TSource>

The base event data class in shimi.

Type Parameters

  • TSource

Hierarchy

Constructors

Properties

Constructors

  • Type Parameters

    Type Parameters

    • TSource

    Parameters

    • source: TSource

    Returns ShimiEventData<TSource>

Properties

cancel: boolean = false

If set to true, the event will stop processing.

source: TSource

The object that triggered the event.

Generated using TypeDoc