SecureFields JS Reference
In addition to the main Documentation Page, you'll find here the reference for the Securefields SDK.
You'll find signatures and description for the main functionalties of this SDK.
3DS
- ThreeDSBrowserData
- ThreeDSChallengeOptions
- ThreeDSCompletion
- ThreeDSFingerprintOptions
- ThreeDSFormPost
- ThreeDSFrameResult
- ChallengeWindowSize
- ThreeDSFrameReason
- ChallengeWindowSizes
- getBrowserData
- threeDSChallenge
- threeDSFingerprint
Configuration
- SecureFieldsFieldConfig
- SecureFieldsHostedFieldsConfig
- SecureFieldsHostedFormConfig
- SecureFieldsStyles
- SecureFieldsConfig
Core
- CardInfo
- SecureFieldsClient
- SubmitOptions
- SubmitResult
- SubmitResultBirthDateOnly
- SubmitResultError
- SubmitResultSuccess
- SubmitResultToken
- SubmitResultTokenWithBirthDate
Entry Point
Errors
Events
Other
classList
Get Signature
get classList(): DOMTokenList;
The read-only classList property of the Element interface contains a live DOMTokenList collection representing the class attribute of the element. This can then be used to manipulate the class list.
Returns
Set Signature
set classList(value): void;
Parameters
| Parameter | Type |
|---|---|
value | string |
Returns
void
part
Get Signature
get part(): DOMTokenList;
The read-only part property of the Element interface contains a DOMTokenList object representing the part identifier(s) of the element. It reflects the element's part content attribute. These can be used to style parts of a shadow DOM, via the ::part pseudo-element.
Returns
Set Signature
set part(value): void;
Parameters
| Parameter | Type |
|---|---|
value | string |
Returns
void
textContent
Get Signature
get textContent(): string;
Returns
string
Set Signature
set textContent(value): void;
The textContent property of the Node interface represents the text content of the node and its descendants.
Parameters
| Parameter | Type |
|---|---|
value | string | null |
Returns
void