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

    Type Alias QueryEvaluationResult

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

    type QueryEvaluationResult = {
        condition: Condition;
        matches?: Record<string, ReturnParam>;
    }
    Index

    Properties

    Properties

    condition: Condition
    matches?: Record<string, ReturnParam>