- EdgeStyled(lineColor?, targetArrowColor?): {
selector: string;
style: {
curve-style: string;
line-color: undefined | string;
line-opacity: number;
target-arrow-color: undefined | string;
target-arrow-shape: string;
width: number;
};
} Parameters
OptionallineColor: stringOptionaltargetArrowColor: string
Returns {
selector: string;
style: {
curve-style: string;
line-color: undefined | string;
line-opacity: number;
target-arrow-color: undefined | string;
target-arrow-shape: string;
width: number;
};
}
selector: string
style: {
curve-style: string;
line-color: undefined | string;
line-opacity: number;
target-arrow-color: undefined | string;
target-arrow-shape: string;
width: number;
}
curve-style: string
line-color: undefined | string
line-opacity: number
target-arrow-color: undefined | string
target-arrow-shape: string
width: number