@micro-router
    Preparing search index...

    Type Alias DispatchOpts

    type DispatchOpts = {
        partialMatch?: boolean;
    }
    Index

    Properties

    Properties

    partialMatch?: boolean

    Whether to allow partial matches for this specific dispatch call. Overrides the router-level partialMatch setting if provided.