Interface MapViewLayerViewHighlightRecord

interface MapViewLayerViewHighlightRecord {
    options: MapViewLayerViewHighlightOptions;
    targets: (string | number | Record<string, unknown>)[];
}

Properties

Properties

targets: (string | number | Record<string, unknown>)[]