Interface RenameLocation

interface RenameLocation {
    range: IRange;
    text: string;
}

Properties§

§range: IRange
§text: string