import ReCaptchaComponent from 'formiojs/src/components/recaptcha/ReCaptcha.js'ReCaptchaComponent
Extends:
Static Member Summary
| Static Public Members | ||
| public static get |
builderInfo: {"title": string, "group": string, "icon": string, "documentation": string, "weight": number, "schema": *} |
|
Static Method Summary
| Static Public Methods | ||
| public static |
savedValueTypes(): *[] |
|
| public static |
schema(extend: ...*): * |
|
Member Summary
| Public Members | ||
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
Method Summary
| Public Methods | ||
| public |
beforeSubmit(): * |
|
| public |
checkComponentValidity(data: *, dirty: *, row: *, options: {}): * |
|
| public |
|
|
| public |
|
|
| public |
normalizeValue(newValue: *): * |
|
| public |
render(): * |
|
| public |
sendVerificationRequest(token: *): * |
|
| public |
verify(actionName: *) |
|
Static Public Members
Static Public Methods
public static schema(extend: ...*): * source
Params:
| Name | Type | Attribute | Description |
| extend | ...* |
Return:
| * |
Public Members
public recaptchaApiReady: * source
public recaptchaResult: * source
public recaptchaVerifiedPromise: * source
Public Methods
public checkComponentValidity(data: *, dirty: *, row: *, options: {}): * source
Params:
| Name | Type | Attribute | Description |
| data | * | ||
| dirty | * | ||
| row | * | ||
| options | {} |
|
Return:
| * |
public createInput() source
public createLabel() source
public normalizeValue(newValue: *): * source
Params:
| Name | Type | Attribute | Description |
| newValue | * |
Return:
| * |
public sendVerificationRequest(token: *): * source
Params:
| Name | Type | Attribute | Description |
| token | * |
Return:
| * |
public verify(actionName: *) source
Params:
| Name | Type | Attribute | Description |
| actionName | * |
