@geogirafe/lib-geoportal
    Preparing search index...

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    • Read all the arguments from the current url

      Parameters

      • ...args: string[]

      Returns Record<string, string | null>

    • Parameters

      • ...prefixList: string[]

      Returns Record<string, string | null>

    • Check if the url contains the searched hash

      Parameters

      • searchedHash: string

      Returns boolean

    • Remove the arguments from the current url

      Parameters

      • ...args: string[]

      Returns void

    • Replace the url in the browser

      Parameters

      • url: string | URL

        url to replace

      • Optionaldata: unknown

        optional data to pass to replaceState

      Returns void