Interface HonuaRenderedFeatureContext

interface HonuaRenderedFeatureContext {
    layerId?: string;
    layerType?: string;
    protocol?: string;
    queryTileDescriptor?: QueryTileSourceDescriptor<Record<string, unknown>>;
    sourceId?: string;
    sourceLayer?: string;
}

Hierarchy (view full)

Properties

layerId?: string
layerType?: string
protocol?: string
queryTileDescriptor?: QueryTileSourceDescriptor<Record<string, unknown>>
sourceId?: string
sourceLayer?: string