igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
35 lines (34 loc) • 912 B
TypeScript
import { Description } from "./Description";
import { Type } from "./type";
/**
* @hidden
*/
export declare class DataContextDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
private static __marshalByValue;
private static __marshalByValueAlias;
constructor();
private m;
get itemRef(): string;
set itemRef(a: string);
private j;
get actualItemBrush(): string;
set actualItemBrush(a: string);
private o;
get outline(): string;
set outline(a: string);
private l;
get itemLabelRef(): string;
set itemLabelRef(a: string);
private k;
get itemBrush(): string;
set itemBrush(a: string);
private g;
get thickness(): number;
set thickness(a: number);
private n;
get legendLabelRef(): string;
set legendLabelRef(a: string);
}