Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UriResolver

Custom, app-specific URI resolver interface.

Hierarchy

  • UriResolver

Implemented by

Index

Methods

Methods

resolveUri

  • resolveUri(uri: string): string
  • Attempt to resolve URI to URL.

    If given resolver doesn't know about this specific kind of URI, it should return string as received.

    Parameters

    • uri: string

    Returns string

    actual URL if this handler knows how locate given uri or original uri

Generated using TypeDoc