UNPKG

igniteui-react-core

Version:
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); }