ElementInteractionsOptions constructor
const
ElementInteractionsOptions({})
Web specific
Configuration for autocapturing element interaction (click) events.
See docs for more information.
Implementation
const ElementInteractionsOptions({
this.cssSelectorAllowlist = defaultCssSelectorAllowlist,
this.actionClickAllowlist,
this.dataAttributePrefix,
this.pageUrlAllowlist,
});