@syncfusion/ej2-angular-diagrams
Version:
Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.
117 lines (116 loc) • 3.96 kB
TypeScript
import { ViewContainerRef } from '@angular/core';
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
import * as i0 from "@angular/core";
/**
* Connectors Directive
* ```html
* <e-connectors>
* <e-connector>
* <e-connector-fixeduserhandles>
* <e-connector-fixeduserhandle>
* </e-connector-fixeduserhandle>
* </e-connector-fixeduserhandles>
* </e-connector>
* </e-connectors>
* ```
*/
export declare class ConnectorFixedUserHandleDirective extends ComplexBase<ConnectorFixedUserHandleDirective> {
private viewContainerRef;
directivePropList: any;
/**
* Specifies the segment alignment of the fixed user handle
* * Center - Aligns the annotation at the center of a connector segment
* * Before - Aligns the annotation before a connector segment
* * After - Aligns the annotation after a connector segment
* @default Center
*/
alignment: any;
/**
* Specifies the cornerRadius for fixed user handle container
* @default 0
*/
cornerRadius: any;
/**
* Specifies the displacement of an fixed user handle from its actual position
* @aspdefaultvalueignore
* @default undefined
*/
displacement: any;
/**
* Specifies the fill color of the fixed user handle
* @default 'transparent'
*/
fill: any;
/**
* Specifies the stroke color of the fixed user handle container
* @default ''
*/
handleStrokeColor: any;
/**
* Specifies the stroke width of the fixed user handle container
* @default 1
*/
handleStrokeWidth: any;
/**
* Specifies the height of the fixed user handle
* @default 10
*/
height: any;
/**
* Specifies the stroke color of the fixed user handle
* @default 'transparent'
*/
iconStrokeColor: any;
/**
* Specifies the stroke width of the fixed user handle
* @default 0
*/
iconStrokeWidth: any;
/**
* Specifies the unique id of the fixed user handle
* @default ''
*/
id: any;
/**
* Specifies the position of the connector fixed user handle
* @default 0.5
*/
offset: any;
/**
* Specifies the space between the fixed user handle and container
* @default new Margin(0,0,0,0)
*/
padding: any;
/**
* Specifies the shape information for fixed user handle
* @default ''
*/
pathData: any;
/**
* Used to show tooltip for fixed user handle on mouse over.
* @default {}
*/
tooltip: any;
/**
* Specifies the visibility of the fixed user handle
* @default true
*/
visibility: any;
/**
* Specifies the width of the fixed user handle
* @default 10
*/
width: any;
constructor(viewContainerRef: ViewContainerRef);
static ɵfac: i0.ɵɵFactoryDeclaration<ConnectorFixedUserHandleDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<ConnectorFixedUserHandleDirective, "e-connector>e-connector-fixeduserhandles>e-connector-fixeduserhandle", never, { "alignment": "alignment"; "cornerRadius": "cornerRadius"; "displacement": "displacement"; "fill": "fill"; "handleStrokeColor": "handleStrokeColor"; "handleStrokeWidth": "handleStrokeWidth"; "height": "height"; "iconStrokeColor": "iconStrokeColor"; "iconStrokeWidth": "iconStrokeWidth"; "id": "id"; "offset": "offset"; "padding": "padding"; "pathData": "pathData"; "tooltip": "tooltip"; "visibility": "visibility"; "width": "width"; }, {}, never>;
}
/**
* ConnectorFixedUserHandle Array Directive
* @private
*/
export declare class ConnectorFixedUserHandlesDirective extends ArrayBase<ConnectorFixedUserHandlesDirective> {
constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<ConnectorFixedUserHandlesDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<ConnectorFixedUserHandlesDirective, "e-connector>e-connector-fixeduserhandles", never, {}, {}, ["children"]>;
}