• Parameters

    • OptionallineColor: string
    • OptionaltargetArrowColor: 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