igniteui-react-core
Version:
Ignite UI React Core.
17 lines (16 loc) • 552 B
TypeScript
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);
}