igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
22 lines (21 loc) • 624 B
TypeScript
import { CellInfoDescription } from "./CellInfoDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class ImageCellInfoDescription extends CellInfoDescription {
static $t: Type;
protected get_type(): string;
private static __marshalByValue1;
private static __marshalByValueAlias1;
constructor();
private go;
get imagePath(): string;
set imagePath(a: string);
private gq;
get imageStretchOption(): string;
set imageStretchOption(a: string);
private gp;
get imageResourceType(): string;
set imageResourceType(a: string);
}