Expand description
Defines commands and events for Autofill.
Structs§
- Address
- Address
Builder - Address
Field - Address
Field Builder - Address
Fields - A list of address fields. AddressFields
- Address
Fields Builder - Address
Ui - Defines how an address can be displayed like in chrome://settings/addresses. Address UI is a two dimensional array, each inner array is an “address information line”, and when rendered in a UI surface should be displayed as such. The following address UI for instance: [[{name: “GIVE_NAME”, value: “Jon”}, {name: “FAMILY_NAME”, value: “Doe”}], [{name: “CITY”, value: “Munich”}, {name: “ZIP”, value: “81456”}]] should allow the receiver to render: Jon Doe Munich 81456 AddressUI
- Address
UiBuilder - Credit
Card - Credit
Card Builder - Disable
Params - Disables autofill domain notifications. disable
- Disable
Returns - Disables autofill domain notifications. disable
- Enable
Params - Enables autofill domain notifications. enable
- Enable
Returns - Enables autofill domain notifications. enable
- Event
Address Form Filled - Emitted when an address form is filled. addressFormFilled
- Filled
Field - Filled
Field Builder - SetAddresses
Params - Set addresses so that developers can verify their forms implementation. setAddresses
- SetAddresses
Params Builder - SetAddresses
Returns - Set addresses so that developers can verify their forms implementation. setAddresses
- Trigger
Params - Trigger autofill on a form identified by the fieldId. If the field and related form cannot be autofilled, returns an error. trigger
- Trigger
Params Builder - Trigger
Returns - Trigger autofill on a form identified by the fieldId. If the field and related form cannot be autofilled, returns an error. trigger
Enums§
- Filling
Strategy - Specified whether a filled field was done so by using the html autocomplete attribute or autofill heuristics.