UNPKG

com.phloxui

Version:

PhloxUI Ng2+ Framework

14 lines (13 loc) 549 B
import { Type } from '@angular/core'; import { AbstractI18NApplicable } from '../../share/AbstractI18NApplicable'; export declare class ComponentPopoverModel extends AbstractI18NApplicable { type: Type<any>; model: any; top: number; left: number; popoverWidth: string; popoverHeight: string; showArrow: boolean; styleClasses: string[]; constructor(componentType?: Type<any>, model?: any, top?: number, left?: number, popoverWidth?: string, popoverHeight?: string, showArrow?: boolean, styleClasses?: string[]); }