dyomedea/src/components/map/config.ts

5 lines
157 B
TypeScript

/**The handlers configuration */
export const handlersConfig = {
/**Controls the activity of the mouse mouse event */
mouseMoveThrottleDelay: 1000,
}