Xivgear Types Documentation
    Preparing search index...
    • Apply a function to the current URL query parameters, then push the modified parameters onto the history. This does not perform navigation on its own. This function is rarely called on its own.

      Parameters

      • action: (params: URLSearchParams) => void

        The modifications to apply.

      Returns void