Type alias EventSystemOptionsCallback

EventSystemOptionsCallback: EventSystemOptions & {
    cb: EventSystemCallback;
}