@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.
12 lines (11 loc) • 614 B
TypeScript
import { AddPatternToBackgroundRequest } from './add-pattern-to-background.request';
import { IExecution } from '@foblex/mediator';
import * as i0 from "@angular/core";
export declare class AddPatternToBackgroundExecution implements IExecution<AddPatternToBackgroundRequest, void> {
private readonly _fComponentsStore;
private readonly _fBrowser;
private get _fBackground();
handle(request: AddPatternToBackgroundRequest): void;
static ɵfac: i0.ɵɵFactoryDeclaration<AddPatternToBackgroundExecution, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<AddPatternToBackgroundExecution>;
}