Interface SourceBreakpoint

interface SourceBreakpoint {
    enabled: boolean;
    id: string;
    raw: SourceBreakpoint;
    uri: string;
}

Hierarchy (view full)

Properties

Properties

enabled: boolean
id: string
raw: SourceBreakpoint
uri: string