Interface QueryTileServerFeatureIdentityDescriptor

interface QueryTileServerFeatureIdentityDescriptor {
    detailUrlTemplate?: string;
    idProperty: string | readonly string[];
    promoteId?: string | Readonly<Record<string, string>>;
    sourceId: string;
    sourceIdProperty?: string;
    sourceLayer?: string;
    sourceLayerProperty?: string;
}

Properties

detailUrlTemplate?: string
idProperty: string | readonly string[]
promoteId?: string | Readonly<Record<string, string>>
sourceId: string
sourceIdProperty?: string
sourceLayer?: string
sourceLayerProperty?: string