UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

14 lines (13 loc) 445 B
import { DataAnnotationPointLayerDescription } from "./DataAnnotationPointLayerDescription"; import { Type } from "./type"; /** * @hidden */ export declare class DataAnnotationBandLayerDescription extends DataAnnotationPointLayerDescription { static $t: Type; protected get_type(): string; constructor(); private l4; get annotationBreadthMemberPath(): string; set annotationBreadthMemberPath(a: string); }