The details of an inspection request.

interface IRequest {
    offset: number;
    text: string;
}

Properties

Properties

offset: number

The cursor offset position within the text being inspected.

text: string

The text being inspected.