Function removeFromLocationSearch

  • import { removeFromLocationSearch } from '@src/hylo-components/utils/usefull/usefull';

    Removes values from the url search string.

    Fires the event "hyloLocationSearchChanged" on the windows object.

    Parameters

    • keys: string[]

      an array of keys to be removed

    • Optional replace: boolean

      whether to create a new history entry or replace the current

    Returns void

Generated using TypeDoc