SNIK Graph - v25.01
    Preparing search index...

    Variable coloredEdgeStyleConst

    coloredEdgeStyle: (
        | {
            css: { color: (edge: any) => string; "line-color"?: undefined };
            selector: string;
        }
        | {
            css: { color?: undefined; "line-color": (edge: any) => string };
            selector: string;
        }
    )[] = ...