Interface RealtimeSubscriptionIdentity

interface RealtimeSubscriptionIdentity {
    fields?: readonly string[];
    layerId?: string | number;
    requestId?: string;
    sourceId: string;
    spatialFilter?: unknown;
    where?: string;
}

Hierarchy (view full)

Properties

fields?: readonly string[]
layerId?: string | number
requestId?: string

Optional caller-owned logical subscription id. Use this when a UI needs to reconnect the same source/layer/filter request across page reloads.

sourceId: string
spatialFilter?: unknown
where?: string