SuccessData
Interface: SuccessData
Defined in: packages/core/src/SDKBase.ts:20
Data forwarded to onSuccess listeners when a capture/claim completes.
Mirrors the extra fields the iframe posts alongside the "submitted" state
(see SDKBase.embed). claimId is used by hosts as a Meta pixel eventID so
an in-iframe lead event and a host-page lead event de-dupe.
Indexable
[key: string]: unknown
Properties
claimId?
optional claimId: string;
Defined in: packages/core/src/SDKBase.ts:21