Interface Marker<T>

interface Marker<T> {
    data: T;
    kind?: string;
    owner: string;
    uri: string;
}

Type Parameters

  • T

Hierarchy (view full)

Properties

Properties

data: T
kind?: string

the kind, e.g. 'problem'

owner: string
uri: string

the uri this marker is associated with.