WebIDLpedia

AutofillEventInit dictionary

Definition

Autofill Event defines AutofillEventInit



dictionary AutofillEventInit : EventInit {
  sequence<AutofillValueEntry> autofillValues = [];
  boolean allowRefill = true;
};

Referring IDL interfaces/dictionaries