Interface ObservationFeatureLayer

Generated

from protobuf message SC2APIProtocol.ObservationFeatureLayer

interface ObservationFeatureLayer {
    minimapRenders?: FeatureLayersMinimap;
    renders?: FeatureLayers;
}

Properties

minimapRenders?: FeatureLayersMinimap

Generated

from protobuf field: optional SC2APIProtocol.FeatureLayersMinimap minimap_renders = 2;

renders?: FeatureLayers

Generated

from protobuf field: optional SC2APIProtocol.FeatureLayers renders = 1;

Generated using TypeDoc