@nova-ui/bits
Version:
SolarWinds Nova Framework
16 lines (15 loc) • 848 B
TypeScript
import { ElementRef, EventEmitter } from "@angular/core";
import * as i0 from "@angular/core";
/** @ignore */
export declare class PopupToggleDirective {
host: ElementRef;
/** sets disable state and which prevents emitting toggle */
isDisabled: boolean;
/** sets disable state and which prevents emitting toggle (for using it on textbox component) */
disabled: boolean;
toggle: EventEmitter<any>;
constructor(host: ElementRef);
handleElementFocus(event: Event): void;
static ɵfac: i0.ɵɵFactoryDeclaration<PopupToggleDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<PopupToggleDirective, "[nuiPopupToggle]", never, { "isDisabled": { "alias": "isDisabled"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "toggle": "toggle"; }, never, never, false, never>;
}