Interface RealtimeFeatureStateDelta

A single realtime feature-state delta targeting a mounted feature.

interface RealtimeFeatureStateDelta {
    id: FeatureId;
    sourceLayer?: string;
    state: Record<string, unknown>;
}

Properties

Properties

sourceLayer?: string
state: Record<string, unknown>