igniteui-react-core
Version:
Ignite UI React Core.
45 lines (44 loc) • 1.2 kB
TypeScript
import { Description } from "./Description";
import { Type } from "./type";
/**
* @hidden
*/
export declare class ColumnPinningDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
constructor();
private n;
get targetGridRef(): string;
set targetGridRef(a: string);
private o;
get title(): string;
set title(a: string);
private q;
get titleFontFamily(): string;
set titleFontFamily(a: string);
private h;
get titleFontSize(): number;
set titleFontSize(a: number);
private r;
get titleFontStyle(): string;
set titleFontStyle(a: string);
private s;
get titleFontWeight(): string;
set titleFontWeight(a: string);
private p;
get titleColor(): string;
set titleColor(a: string);
private m;
get filterPlaceholderText(): string;
set filterPlaceholderText(a: string);
private k;
get baseTheme(): string;
set baseTheme(a: string);
private l;
get density(): string;
set density(a: string);
private j;
get backgroundColor(): string;
set backgroundColor(a: string);
}