UNPKG

igniteui-react-core

Version:
33 lines (32 loc) 922 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class SeriesLayerPropertyOverlayDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private i; get isSourceOverlay(): boolean; set isSourceOverlay(a: boolean); private h; get isAlwaysApplied(): boolean; set isAlwaysApplied(a: boolean); private m; get propertyName(): string; set propertyName(a: string); private l; get currentValuePropertyName(): string; set currentValuePropertyName(a: string); private o; get valueRef(): string; set valueRef(a: string); private n; get propertyUpdatedRef(): string; set propertyUpdatedRef(a: string); private p; get valueResolvingRef(): string; set valueResolvingRef(a: string); }