Interface

Shumate-1.0ShumateSymbolEventConstructorProps

interface ConstructorProps {
    feature_id: string;
    featureId: string;
    latitude: number;
    layer: string;
    longitude: number;
    n_press: number;
    nPress: number;
    source_layer: string;
    sourceLayer: string;
}

Hierarchy (View Summary)

Index
feature_id: string
featureId: string
layer: string
n_press: number
nPress: number
source_layer: string
sourceLayer: string
latitude: number
longitude: number