Interface DispatcherEvent

interface DispatcherEvent {
    type: EventType;
}

Properties

Properties

type: EventType