Skip to main content
Version: v2

@friendlycaptcha/sdk > RiskIntelligenceHandle

RiskIntelligenceHandle class

This provides a handle for configuring and managing a Risk Intelligence request via an HTML element.

This class is only instantiated by the SDK - do not create a handle yourself.

Signature:

export declare class RiskIntelligenceHandle 

Remarks

The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the RiskIntelligenceHandle class.

Methods

MethodModifiersDescription
addEventListener(type, listener, options)Shorthand for this.getElement().addEventListener (that is strictly typed in Typescript)
getData()
getElement()
removeEventListener(type, listener, options)Shorthand for this.getElement().removeEventListener (that is strictly typed in Typescript)