@tikoci/centrs
    Preparing search index...

    Interface VerbSplitRefusal

    A refusal — the schema-free rule could not decide, or would have to guess.

    interface VerbSplitRefusal {
        argsAt: null;
        candidates: string[];
        kind: null;
        path: null;
        resolution: "ambiguous" | "unknown";
        verb: null;
        verbAt: null;
        why: string;
    }

    Hierarchy

    • VerbSplitCommon
      • VerbSplitRefusal
    Index

    Properties

    argsAt: null

    No command was read, so nothing here is an argument OF one.

    candidates: string[]

    Context extended by each run prefix — the path readings.

    kind: null
    path: null
    resolution: "ambiguous" | "unknown"
    verb: null
    verbAt: null
    why: string

    The rule that fired, for provenance.