@netgrif/components
Version:
Netgrif Application Engine frontend Angular components
14 lines (13 loc) • 749 B
TypeScript
import { ImpersonationService, ImpersonationUserSelectService, UserService } from '@netgrif/components-core';
import * as i0 from "@angular/core";
export declare class ImpersonateQuickPanelComponent {
private impersonateUserSelect;
private impersonationService;
private user;
constructor(impersonateUserSelect: ImpersonationUserSelectService, impersonationService: ImpersonationService, user: UserService);
impersonate(): void;
stopImpersonating(): void;
isImpersonating(): boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<ImpersonateQuickPanelComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ImpersonateQuickPanelComponent, "nc-impersonate-quick-panel", never, {}, {}, never, never, false, never>;
}