@get-milano/core 2.1.0
    Preparing search index...

    Interface MilanoOccurrence

    interface MilanoOccurrence {
        expected?: string | null;
        found?: string | null;
        kind: MilanoOccurrenceKind;
        name?: string | null;
        node: string | null;
        viewIdentity: string;
    }
    Index
    expected?: string | null

    Detail in the gate's own terms, when it applies: the declared type or shape that was expected, and the kind that arrived (or missing).

    found?: string | null
    name?: string | null

    What the occurrence is about, when one thing is: the event, action, property, component type, or context key involved.

    node: string | null

    The node's id or canonical path, when one applies.

    viewIdentity: string

    Stable identity of the originating view, plus the builder's label when set.