Interface JAppMapContextData

interface JAppMapContextData {
    annotations: JAppAnnotation[];
    annotationsTextMarkersProperties: JappTextMarkerProperties[];
    measures: JAppMeasure[];
}

Properties

annotations: JAppAnnotation[]
annotationsTextMarkersProperties: JappTextMarkerProperties[]
measures: JAppMeasure[]