Function formatEntityAddress

  • Format a model URI + express ID as a single entity address URI.

    Parameters

    • modelURI: string

      The model URI (must not itself contain a #).

    • expressID: number

      The express ID (a non-negative integer).

    Returns string

    The modelURI#expressID address.