@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.
11 lines (10 loc) • 617 B
TypeScript
import { PreventDefaultIsExternalItemRequest } from './prevent-default-is-external-item.request';
import { IExecution } from '@foblex/mediator';
import * as i0 from "@angular/core";
export declare class PreventDefaultIsExternalItemExecution implements IExecution<PreventDefaultIsExternalItemRequest, void> {
handle(request: PreventDefaultIsExternalItemRequest): void;
private _isTargetItemExternal;
private _isExternalItem;
static ɵfac: i0.ɵɵFactoryDeclaration<PreventDefaultIsExternalItemExecution, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<PreventDefaultIsExternalItemExecution>;
}