Member Junction
    Preparing search index...

    A single finding: one entity name reference in a metadata file that needs the "MJ: " prefix.

    interface MetadataFinding {
        Context: string;
        FilePath: string;
        Line: number;
        NewName: string;
        OldName: string;
        PatternKind: MetadataPatternKind;
    }
    Index

    Properties

    Context: string

    Human-readable context (e.g., the full

    string)

    FilePath: string

    Absolute path to the source file

    Line: number

    1-based line number

    NewName: string

    The corrected entity name

    OldName: string

    The old entity name found

    PatternKind: MetadataPatternKind

    The kind of metadata pattern matched