UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

29 lines (28 loc) 1.05 kB
import { DataAnnotationShapeLayerDescription } from "./DataAnnotationShapeLayerDescription"; import { Type } from "./type"; /** * @hidden */ export declare class DataAnnotationSliceLayerDescription extends DataAnnotationShapeLayerDescription { static $t: Type; protected get_type(): string; constructor(); private kf; get annotationValueMemberPath(): string; set annotationValueMemberPath(a: string); private ke; get annotationLabelMemberPath(): string; set annotationLabelMemberPath(a: string); private kb; get annotationBadgeEnabledMemberPath(): string; set annotationBadgeEnabledMemberPath(a: string); private ka; get annotationBadgeBackgroundMemberPath(): string; set annotationBadgeBackgroundMemberPath(a: string); private kd; get annotationBadgeOutlineMemberPath(): string; set annotationBadgeOutlineMemberPath(a: string); private kc; get annotationBadgeImageMemberPath(): string; set annotationBadgeImageMemberPath(a: string); }