igniteui-react-core
Version:
Ignite UI React Core.
52 lines (51 loc) • 1.87 kB
TypeScript
import { GeographicMapSeriesHostDescription } from "./GeographicMapSeriesHostDescription";
import { BrushScaleDescription } from "./BrushScaleDescription";
import { ShapeDataSourceDescription } from "./ShapeDataSourceDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare abstract class GeographicShapeSeriesBaseDescription extends GeographicMapSeriesHostDescription {
static $t: Type;
protected get_type(): string;
constructor();
private ft;
get shapeMemberPath(): string;
set shapeMemberPath(a: string);
private ff;
get isCustomShapeStyleAllowed(): boolean;
set isCustomShapeStyleAllowed(a: boolean);
private fe;
get isCustomShapeMarkerStyleAllowed(): boolean;
set isCustomShapeMarkerStyleAllowed(a: boolean);
private fs;
get itemSearchMode(): string;
set itemSearchMode(a: string);
private fm;
get itemSearchThreshold(): number;
set itemSearchThreshold(a: number);
private fr;
get fillMemberPath(): string;
set fillMemberPath(a: string);
private e9;
get fillScale(): BrushScaleDescription;
set fillScale(a: BrushScaleDescription);
private fd;
get fillScaleUseGlobalValues(): boolean;
set fillScaleUseGlobalValues(a: boolean);
private fl;
get itemSearchPointsThreshold(): number;
set itemSearchPointsThreshold(a: number);
private fb;
get shapefileDataSource(): ShapeDataSourceDescription;
set shapefileDataSource(a: ShapeDataSourceDescription);
private fj;
get shapeFilterResolution(): number;
set shapeFilterResolution(a: number);
private fq;
get assigningShapeStyleRef(): string;
set assigningShapeStyleRef(a: string);
private fp;
get assigningShapeMarkerStyleRef(): string;
set assigningShapeMarkerStyleRef(a: string);
}