@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="FormDataEvent")
public class FormDataEvent
extends Event
AT_TARGET, BUBBLING_PHASE, cancelBubble, CAPTURING_PHASE, NONE, returnValue| Constructor and Description |
|---|
FormDataEvent(java.lang.String type,
FormDataEventInit eventInitDict)
The FormDataEvent() constructor creates a new FormDataEvent object instance.
|
| Modifier and Type | Method and Description |
|---|---|
FormData |
formData()
The formData read only property of the FormDataEvent interface contains the FormData object representing the data contained in the form when the event was fired.
|
bubbles, cancelable, composed, composedPath, currentTarget, defaultPrevented, eventPhase, initEvent, initEvent, initEvent, isTrusted, preventDefault, srcElement, stopImmediatePropagation, stopPropagation, target, timeStamp, typeassign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, valuespublic FormDataEvent(@Nonnull
java.lang.String type,
@Nonnull
FormDataEventInit eventInitDict)
@JsProperty(name="formData") @Nonnull public FormData formData()