igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
24 lines (23 loc) • 559 B
TypeScript
import { Description } from "./Description";
import { Type } from "./type";
/**
* @hidden
*/
export declare class ImageLoadEventArgsDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
constructor();
private n;
get status(): string;
set status(a: string);
private m;
get path(): string;
set path(a: string);
private l;
get error(): string;
set error(a: string);
private k;
get dataRef(): string;
set dataRef(a: string);
}