Interface QueryTileFeatureIdentityContext

interface QueryTileFeatureIdentityContext {
    descriptor: QueryTileSourceDescriptor<Record<string, unknown>>;
    properties: Readonly<Record<string, unknown>>;
    sourceId: string;
    sourceLayer?: string;
}

Properties

descriptor: QueryTileSourceDescriptor<Record<string, unknown>>
properties: Readonly<Record<string, unknown>>
sourceId: string
sourceLayer?: string