@mateothegreat/svelte5-router - 2.15.3
    Preparing search index...

      @mateothegreat/svelte5-router

      Actions

      active

      Add the active class to the node if the current route matches the node's href.

      applyActiveClass

      Applies the active class to the node if the href is the same as the current location.

      route

      Svelte action to handle routing with optional active state.

      Helpers

      logging

      Logging facility.

      runtime

      Runtime level configuration functionality.

      Query

      Query string operations.

      Span

      A span is a single trace in a trace collection.

      Trace

      A trace is a collection of spans.

      spans

      A reactive map of spans.

      createSpan

      Helper method for creating a new span.

      goto

      Navigate to a new path by using the browser's history API (pushState specifically).

      normalize

      Normalize a path to ensure it starts with a slash.

      query

      Get a query parameter from the current URL.

      toPrimitive

      Convert a value to a primitive value.

      Other

      evaluators
      regexp
      urls
      RouteConfig
      Hook
      Identity
      MarshallableType
      Marshalled
      Router
      URL
      Identities
      Router
      identify
      marshal

      Marshal a value to a specific type.

      Param → ReturnParam

      Registry

      Registry

      Handles the dynamic registration and deregistration of router instances.

      registry

      Expose a reference to the registry of router instances.

      Router

      StatusCode

      The available status codes that a route can have called out from the statuses handler mapping.

      Route

      A route that can be navigated to.

      RouteOptions

      Options for the route action.

      RouteResult

      A route result that includes the evaluation results of the route.

      RouterInstance

      A class that represents a router instance.

      RouterInstanceConfig

      The configuration for a new router instance.

      ApplyFn

      The function that is used to apply a route to the DOM.

      Condition

      Path or querystring evaluation result.

      Evaluation

      The evaluation results of the route.

      EvaluationResult

      The evaluation results of the route.

      QueryEvaluationResult

      The types of values that the {Query} test method can return.

      QueryType

      The types of values that can be used as a query.

      ReturnParam

      The returned param value types.

      RouteOptionState

      Options that are applied to the html element when the route is active, inactive, loading, or disabled.

      Statuses

      Route status handler mapping.

      FailedConditions

      The conditions that are considered failed.

      SuccessfulConditions

      The conditions that are considered successful.

      getStatusByValue

      Get the status by value.