Type Alias GeoJSONWorkerSourceLoadDataResult
type GeoJSONWorkerSourceLoadDataResult = {
abandoned?: boolean;
data?: GeoJSON;
resourceTiming?: { [_: string]: PerformanceResourceTiming[] };
}
abandoned?: boolean;
data?: GeoJSON;
resourceTiming?: { [_: string]: PerformanceResourceTiming[] };
}
Index
Properties
Was this helpful?