@yqg/multiple-click
Version:
Monitor user's multiple click behavior and report
24 lines (23 loc) • 1.81 kB
TypeScript
import { ENV_TYPE } from './type';
export declare const DEFAULT_TRIGGER_INTERVAL = 300;
export declare const DEFAULT_TRIGGER_CONTINUOUS_COUNT = 2;
export declare const DEFAULT_TRIGGER_RANGE = 10;
export declare const EVENT_TRACKING_HOST_TEST = "https://event-tracking-api-test.yangqianguan.com";
export declare const EVENT_TRACKING_HOST_PROD = "https://event-tracking-api.yangqianguan.com";
export declare const EVENT_TRACKING_HOST_PROD_INDO = "https://event-tracking-api.easycash.id";
export declare const CONFIG_CENTER_HOST_TEST = "https://octopus-api-test.yangqianguan.com";
export declare const CONFIG_CENTER_HOST_PROD = "https://octopus-api.yangqianguan.com";
export declare const CONFIG_CENTER_HOST_TEST_OVERSEAS = "https://test-sea-tech.fintopia.tech";
export declare const CONFIG_CENTER_HOST_TEST_INDO = "https://test-indo-octopus-api.fintopia.tech";
export declare const CONFIG_CENTER_HOST_TEST_MEX = "https://test-mex-octopus-api.fintopia.tech";
export declare const CONFIG_CENTER_HOST_TEST_SEA = "https://test-sea-octopus-api.fintopia.tech";
export declare const CONFIG_CENTER_HOST_TEST_EU = "https://test-octopus-api.easypln.pl";
export declare const CONFIG_CENTER_HOST_PROD_INDO = "https://octopus.easycash.id";
export declare const CONFIG_CENTER_HOST_PROD_MEX_HUAWEI = "https://octopus-mex.fintopia.tech";
export declare const CONFIG_CENTER_HOST_PROD_SEA = "https://octopus-sea.fintopia.tech";
export declare const CONFIG_CENTER_HOST_PROD_PHI = "https://octopus-pa.fintopia.tech";
export declare const CONFIG_CENTER_HOST_PROD_EU = "https://octopus-api.easypln.pl";
export declare const CONFIG_CENTER_HOST_MAP: Record<ENV_TYPE, string>;
export declare const OUTER_HTML_MAX_LENGTH = 300;
export declare const SELECTOR_MAX_TRAVERSE_HEIGHT = 10;
export declare const SELECTOR_MAX_STRING_LENGTH = 100;