import { NodeCell, FarrisPropConfigWithData } from "@edp-pmf/grapheditor"; import { MxGraphNS } from "@edp-pmf/mxgraph-ts"; import { AifCreationBillActivity } from "@gsp-wf/wf-process-model"; import { FlowNodeState } from "@edp-pmf/bpmn-model"; /** * 自动生单活动节点 */ export declare class AifCreationBillActivityCell extends NodeCell { clrTypeId: string; name: string; nameLanguage: { [lang: string]: string; }; static CLR_TYPE_ID: string; flowElement: AifCreationBillActivity; imgUrls: { [FlowNodeState.Default]: string; [FlowNodeState.Selected]: string; }; constructor(value?: any, geometry?: MxGraphNS.mxGeometry, style?: string); createFlowElement(flowElt?: AifCreationBillActivity): AifCreationBillActivity; getFarrisPropConfig(): FarrisPropConfigWithData; updateProps(obj: any): void; resetProcessCode(startActivity: AifCreationBillActivity, obj: any): void; }