• Retrieves the value of a URL query string parameter.

    Parameters

    • param: string

      The query string parameter to retrieve.

    • Optional queryString: string

      The query string to search in (defaults to window.location).

    Returns string | undefined

    Example

    ix.api.url.getQsValue("qs_link", window.location.href);