Member Junction
    Preparing search index...

    A single finding: one entity name reference in an HTML template that needs the "MJ: " prefix.

    interface HtmlEntityNameFinding {
        Context: string;
        FilePath: string;
        Line: number;
        NewName: string;
        OldName: string;
        PatternKind: HtmlPatternKind;
    }
    Index

    Properties

    Context: string

    Contextual description of the match

    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: HtmlPatternKind

    The kind of HTML pattern matched