@tikoci/centrs
    Preparing search index...

    Interface Occurrence

    One command offline can see, at any block or bracket depth.

    interface Occurrence {
        context: string;
        directive: boolean;
        kind: "statement" | "bracket";
        klass: OccurrenceClass;
        text: string;
        verb: string | null;
    }
    Index

    Properties

    context: string

    Menu context in force, / at document root.

    directive: boolean

    Root-level (:foo or a root cmd) rather than a menu command.

    kind: "statement" | "bracket"
    text: string

    Trimmed source text of the statement or bracket inner.

    verb: string | null

    The verb the Q6 boundary decided, or null.