Xivgear Types Documentation
    Preparing search index...
    • Navigate to a new URL. This is like goNav, but takes just the "page" parameter as a list instead of a delimited string. This does perform navigation - you should not attempt to perform navigation yourself if you are using this method.

      This method is useful for when the entire page state can be determined from the path alone, and you don't need to override any behavior.

      Parameters

      • ...hashParts: string[]

        The path parts, e.g. for 'foo|bar', use ['foo', 'bar'] as the argument.

      Returns void