Interface InlineValueContext

interface InlineValueContext {
    frameId: number;
    stoppedLocation: Range;
}

Properties

frameId: number
stoppedLocation: Range