vapor-chamber API reference - v1.16.0
    Preparing search index...

    Type Alias UrlHandler

    UrlHandler: (
        template: string,
        location: RouteLocation,
        record: TableRecord,
        signal: AbortSignal,
        ctx: LoaderContext,
    ) => unknown | Promise<unknown>

    Handles plain URL-template load values. Receives the RAW template — interpolation (interpolateLoad) is the handler's choice.

    Type Declaration