ts-utils
    Preparing search index...

    Type Alias GetIdentifier

    GetIdentifier: (coord: Coord) => string | number

    The callback used to get the unique identifier of a node.

    Type declaration

      • (coord: Coord): string | number
      • Parameters

        • coord: Coord

          The coord of the node being evaluated.

        Returns string | number