Xivgear Types Documentation
    Preparing search index...
    • Change the path of the current URL. Does not perform the actual navigation (i.e. the page contents will not be changed). This will, however, update the state of the top menu - that is, if you navigate to the 'new sheet' page, then the 'New Sheet' button will be active.

      As such, this method should be used when you plan to change the contents of the page yourself, which is necessary for some paths. For example, when importing a sheet, the 'imported' path does not contain the actual sheet data nor anything that would lead to it, so it must use this method.

      Parameters

      • ...hashParts: string[]

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

      Returns void