DeadClicksAutoCaptureConfig

Example values

TypeScript
{
scroll_threshold_ms?: number;
selection_change_threshold_ms?: number;
mutation_threshold_ms?: number;
__onCapture?: ((click: DeadClickCandidate, properties: Properties) => void) | undefined;
} & Pick<AutocaptureConfig, 'element_attribute_ignorelist'>

Community questions

Was this page useful?