UNPKG

@withjoy/sdk-js

Version:
19 lines (18 loc) 581 B
import { ValueListener } from "../eventDataSourceUpgrades/interfaces"; declare class EventPerson { private _ds; private _listener; private _spotlight; private _people; private _lastUserId; constructor(eventDataSource: any, listener: ValueListener<any>); /** * Look at the spotlight and the logged in user and try and find a person * who can become the target for rsvp * @returns {*} */ _getBestGuessForTargetPerson(): any; _onPersonChanged(): void; isLoginless(): boolean; } export default EventPerson;