dyomedea/src/components/map/config.ts

5 lines
156 B
TypeScript
Raw Normal View History

2022-10-18 08:10:23 +00:00
/**The handlers configuration */
export const handlersConfig = {
/**Controls the activity of the mouse mouse event */
mouseMoveThrottleDelay: 100,
}