Theia API Documentation v1.65.0
    Preparing search index...

    A marker represents meta information for a given uri

    interface BreakpointMarker {
        data: SourceBreakpoint;
        kind: "breakpoint";
        owner: string;
        uri: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    marker kind specific data

    kind: "breakpoint"

    the kind, e.g. 'problem'

    owner: string

    the owner of this marker. Any string provided by the registrar.

    uri: string

    the uri this marker is associated with.