Class Site

Ring member in relation to its neighbors.

Properties

data: Data

Data of the member.

next?: Site

Member effectively located after this one. Same as Site#realNext unless its Data#direction is set to backward.

previous?: Site

Member effectively located before this one. Same as Site#realPrevious unless its Data#direction is set to forward.

realNext?: Site

Member actually located after this one.

realPrevious?: Site

Member actually located before this one.

Methods

  • Installs the URL of the member on an anchor element.

    Parameters

    • element: HTMLAnchorElement

      Anchor element to be modified.

    Returns void

Generated using TypeDoc