@tripo3d/fingerprint / GetResult
Interface: GetResult
Defined in: agent.ts:41
Result of getting a visitor identifier
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
components | BuiltinComponents | List of components that has formed the visitor identifier. Warning! The type of this property is specific but out of Semantic Versioning, i.e. may have incompatible changes within a major version. If you want to avoid breaking changes, treat the property as having type UnknownComponents that is more generic but guarantees backward compatibility within a major version. | agent.ts:49 |
confidence | Confidence | A confidence score that tells how much the agent is sure about the visitor identifier | agent.ts:53 |
version | string | The fingerprinting algorithm version See https://github.com/fingerprintjs/fingerprintjs#version-policy For more details | agent.ts:59 |
visitorId | string | The visitor identifier | agent.ts:63 |