Package elemental2.dom
Interface Element.ScrollIntoViewTopUnionType
-
- Enclosing class:
- Element
@JsType(isNative=true, name="?", namespace="<global>") public static interface Element.ScrollIntoViewTopUnionType
-
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description default boolean
asBoolean()
default ScrollIntoViewOptions
asScrollIntoViewOptions()
default boolean
isBoolean()
static Element.ScrollIntoViewTopUnionType
of(java.lang.Object o)
-
-
-
Method Detail
-
of
@JsOverlay static Element.ScrollIntoViewTopUnionType of(java.lang.Object o)
-
asBoolean
@JsOverlay default boolean asBoolean()
-
asScrollIntoViewOptions
@JsOverlay default ScrollIntoViewOptions asScrollIntoViewOptions()
-
isBoolean
@JsOverlay default boolean isBoolean()
-
-