Traqula
    Preparing search index...

    Interface SourceLocationStringReplace

    interface SourceLocationStringReplace {
        end: number;
        newSource: string;
        sourceLocationType: "stringReplace";
        start: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    end: number
    newSource: string
    sourceLocationType: "stringReplace"
    start: number