@logicflow/extension
Version:
LogicFlow Extensions
67 lines (66 loc) • 1.34 kB
TypeScript
export declare const StartEventConfig: {
width: number;
height: number;
};
export declare const EndEventConfig: {
width: number;
height: number;
};
export declare const BoundaryEventConfig: {
width: number;
height: number;
};
export declare const IntermediateEventConfig: {
width: number;
height: number;
};
export declare const ParallelGatewayConfig: {
width: number;
height: number;
};
export declare const InclusiveGatewayConfig: {
width: number;
height: number;
};
export declare const ExclusiveGatewayConfig: {
width: number;
height: number;
};
export declare const ServiceTaskConfig: {
width: number;
height: number;
};
export declare const UserTaskConfig: {
width: number;
height: number;
};
export declare const SubProcessConfig: {
width: number;
height: number;
};
export declare const theme: {
rect: {
radius: number;
stroke: string;
};
circle: {
r: number;
stroke: string;
};
polygon: {
stroke: string;
};
polyline: {
stroke: string;
hoverStroke: string;
selectedStroke: string;
};
edgeText: {
background: {
fill: string;
height: number;
stroke: string;
radius: number;
};
};
};