Interface RuntimeFeatureInteractionEvent

interface RuntimeFeatureInteractionEvent {
    feature: unknown;
    featureId?: FeatureId;
    layerId: string;
    originalEvent: unknown;
    selectionTarget?: SourceQualifiedFeatureSelectionTarget;
    sourceId: string;
    sourceLayer?: string;
    type: string;
}

Properties

feature: unknown
featureId?: FeatureId
layerId: string
originalEvent: unknown
sourceId: string
sourceLayer?: string
type: string