Preparing search index...
The search index is not available
@fingerprintjs/fingerprintjs-pro-react
@fingerprintjs/fingerprintjs-pro-react
FpjsContextInterface
Interface FpjsContextInterface<TExtended>
The FingerprintJS Context
interface
FpjsContextInterface
<
TExtended
>
{
clearCache
:
(
(
)
=>
void
)
;
getVisitorData
:
(
(
config
?
,
ignoreCache
?
)
=>
Promise
<
VisitorData
<
TExtended
>
>
)
;
}
Type Parameters
TExtended
extends
boolean
Index
Properties
clear
Cache
get
Visitor
Data
Properties
clear
Cache
clear
Cache
:
(
(
)
=>
void
)
Type declaration
(
)
:
void
Returns
void
get
Visitor
Data
get
Visitor
Data
:
(
(
config
?
,
ignoreCache
?
)
=>
Promise
<
VisitorData
<
TExtended
>
>
)
Type declaration
(
config
?
,
ignoreCache
?
)
:
Promise
<
VisitorData
<
TExtended
>
>
Parameters
Optional
config
:
GetOptions
<
TExtended
>
Optional
ignoreCache
:
boolean
Returns
Promise
<
VisitorData
<
TExtended
>
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
clear
Cache
get
Visitor
Data
@fingerprintjs/fingerprintjs-pro-react
Loading...
Generated using
TypeDoc
The FingerprintJS Context