Package elemental2.dom
Interface FormData.JsIterableTypeParameterArrayUnionType
-
- Enclosing class:
- FormData
@JsType(isNative=true, name="?", namespace="<global>") public static interface FormData.JsIterableTypeParameterArrayUnionType
-
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description default File
asFile()
default java.lang.String
asString()
default boolean
isFile()
default boolean
isString()
static FormData.JsIterableTypeParameterArrayUnionType
of(java.lang.Object o)
-
-
-
Method Detail
-
of
@JsOverlay static FormData.JsIterableTypeParameterArrayUnionType of(java.lang.Object o)
-
asFile
@JsOverlay default File asFile()
-
asString
@JsOverlay default java.lang.String asString()
-
isFile
@JsOverlay default boolean isFile()
-
isString
@JsOverlay default boolean isString()
-
-