Interface IEventContext

interface IEventContext {
    args: any[];
    origin: AEventDispatcher;
    primaryType: string;
    source: AEventDispatcher;
    type: string;
}

Properties

args: any[]

the arguments to the listener

who was sending this event in case of forwarding

primaryType: string

in case of multi propagation the 'main' event type, aka the first one

who is sending this event

type: string

the event type