UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

17 lines (16 loc) 552 B
import { DataAnnotationShapeLayerDescription } from "./DataAnnotationShapeLayerDescription"; import { Type } from "./type"; /** * @hidden */ export declare class DataAnnotationSliceLayerDescription extends DataAnnotationShapeLayerDescription { static $t: Type; protected get_type(): string; constructor(); private jo; get annotationValueMemberPath(): string; set annotationValueMemberPath(a: string); private jn; get annotationLabelMemberPath(): string; set annotationLabelMemberPath(a: string); }