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

    A marker represents meta information for a given uri

    interface ProblemMarker {
        data: Diagnostic;
        kind: "problem";
        owner: string;
        uri: string;
    }

    Hierarchy (View Summary)

    • Marker<Diagnostic>
      • ProblemMarker
    Index

    Properties

    Properties

    data: Diagnostic

    marker kind specific data

    kind: "problem"

    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.