UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

38 lines (37 loc) 1.06 kB
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class UserAnnotationInformationDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; private static __marshalByValue; private static __marshalByValueAlias; constructor(); private r; get annotationId(): string; set annotationId(a: string); private u; get label(): string; set label(a: string); private s; get badgeColor(): string; set badgeColor(a: string); private v; get mainColor(): string; set mainColor(a: string); private q; get annotationData(): string; set annotationData(a: string); private t; get badgeImageUri(): string; set badgeImageUri(a: string); private l; get dialogSuggestedXLocation(): number; set dialogSuggestedXLocation(a: number); private m; get dialogSuggestedYLocation(): number; set dialogSuggestedYLocation(a: number); }