UNPKG

@aurigma/design-editor-iframe

Version:

Using this module you can embed Design Editor (a part of Customer's Canvas) to your page through the IFrame API.

13 lines (12 loc) 425 B
/** * obsolete method * @internal */ import { Exception } from "@aurigma/design-atoms-model/Exception"; import * as Ajax from "@aurigma/design-atoms/Utils/Ajax"; export declare function create(msg?: string): Error; export declare function isIframeApiException(ex: Error): boolean; export declare class ServerException extends Exception { response: Ajax.IResponse; constructor(response: Ajax.IResponse); }