Interface BreakpointMarker

interface BreakpointMarker {
    kind: "breakpoint";
}

Hierarchy

Properties

Properties

kind: "breakpoint"