UNPKG

opendash

Version:

open.DASH data visualization framework

11 lines (10 loc) 376 B
import { UserInterface, UserService, AppInterface } from ".."; export declare class UserAdapterContext { private service; private app; constructor(service: UserService, app: AppInterface); setLoading(value: boolean): void; setValidated(value: boolean): void; setOffline(value: boolean): void; setCurrentUser(user: UserInterface): void; }