MAIDR Documentation - v4.4.0
    Preparing search index...
    • How one undirected link is named, from the two nodes it joins.

      One expression, two readers. extractNetworkPoints keys its de-duplication with this — two rows naming each other draw one line, so the pair has to name the same link whichever end it is read from — and findNetworkLink matches a drawn line against the emitted payload with it. A second spelling of "the same pair" is how the highlight would come to miss exactly the links a linkWith authored backwards.

      Parameters

      • source: string | number

        One end of the link.

      • target: string | number

        The other end.

      Returns string

      A key equal for both orderings of the pair.