Type alias PageLoadURLModifier

PageLoadURLModifier: ((this: void, url: URL) => void)

Type declaration

    • (this: void, url: URL): void
    • A signature of page load URL modifier function.

      All such functions registered in bootstrap context are called in order of their registration with current page URL. They are able to modify it, e.g. by applying additional URL search parameters. The modified URL is used then to load the page.

      Parameters

      • this: void
      • url: URL

      Returns void

Generated using TypeDoc