UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

31 lines (30 loc) 886 B
import { Description } from "./Description"; import { Type } from "./type"; import { WebSizeDescription } from "./WebSizeDescription"; /** * @hidden */ export declare class WebPositionSettingsDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private h; get target(): any; set target(a: any); private j; get horizontalDirection(): string; set horizontalDirection(a: string); private l; get verticalDirection(): string; set verticalDirection(a: string); private k; get horizontalStartPoint(): string; set horizontalStartPoint(a: string); private m; get verticalStartPoint(): string; set verticalStartPoint(a: string); private f; get minSize(): WebSizeDescription; set minSize(a: WebSizeDescription); }