@senx/warpview-editor
Version:
WarpView Editor Elements
24 lines (23 loc) • 836 B
TypeScript
import { GTSLib } from '../../model/gts.lib';
import * as i0 from "@angular/core";
export declare class WarpViewImageResult {
private gtsLib;
set debug(debug: boolean | string);
get debug(): boolean | string;
set result(res: string);
get result(): string;
set theme(newValue: string);
get theme(): string;
config: object;
_result: any[];
_res: string;
_theme: string;
_debug: boolean;
loading: boolean;
imageList: string[];
private LOG;
constructor(gtsLib: GTSLib);
isArray(arr: any): boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<WarpViewImageResult, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<WarpViewImageResult, "warpview-image-result", never, { "debug": "debug"; "result": "result"; "theme": "theme"; "config": "config"; }, {}, never, never>;
}