Type alias AegirMapUrlResolver

AegirMapUrlResolver: ((venueId, venueBaseURL) => string)

Type declaration

    • (venueId, venueBaseURL): string
    • Type definition to resolve URL locations based on two strings: the venueId and a base URL This interface makes easy to customize a URL location and is used to define the LegacyMap site URL.

      Parameters

      • venueId: string
      • venueBaseURL: string

      Returns string

Generated using TypeDoc