Plumile JS API
    Preparing search index...

    Function isRouterNavigationSource

    • Returns whether a runtime value is a router navigation source.

      Parameters

      • value: unknown

        Runtime value to validate.

      Returns value is
          | "normalize"
          | "popstate-back"
          | "popstate-forward"
          | "popstate-unknown"
          | "external"
          | "link-click"
          | "link-hover"
          | "preload-hover"
          | "programmatic"