Plumile JS API
    Preparing search index...

    Type Alias SubscribeCallback<TVariables, S, TContext>

    SubscribeCallback: (nextEntry: RouteEntry<TVariables, S, TContext>) => void

    Callback function for route changes.

    Type Parameters

    • TVariables extends ParamData

      Route parameter types extracted from the URL path

    • S extends Schema | undefined = Schema | undefined
    • TContext = unknown

    Type Declaration