@foblex/flow
Version:
An Angular library designed to simplify the creation and manipulation of dynamic flow. Provides components for flows, nodes, and connections, automating node manipulation and inter-node connections.
15 lines (14 loc) • 756 B
TypeScript
import { FExternalItemCreatePreviewRequest } from './f-external-item-create-preview.request';
import { IExecution } from '@foblex/mediator';
import * as i0 from "@angular/core";
export declare class FExternalItemCreatePreviewExecution implements IExecution<FExternalItemCreatePreviewRequest, HTMLElement | SVGElement> {
private readonly _fBrowser;
private readonly _containerRef;
handle(request: FExternalItemCreatePreviewRequest): HTMLElement | SVGElement;
private _fromTemplate;
private _fromHost;
private _createViewRef;
private _setPreviewStyles;
static ɵfac: i0.ɵɵFactoryDeclaration<FExternalItemCreatePreviewExecution, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<FExternalItemCreatePreviewExecution>;
}