Interface DomGlobal.SetIntervalCallbackUnionType
- Enclosing class:
DomGlobal
@JsType(isNative=true,
name="?",
namespace="<global>")
public static interface DomGlobal.SetIntervalCallbackUnionType
-
Method Summary
Modifier and TypeMethodDescriptiondefault DomGlobal.SetIntervalCallbackFn
default String
asString()
default elemental2.core.TrustedScript
default boolean
default boolean
isString()
default boolean
-
Method Details
-
of
-
asSetIntervalCallbackFn
-
asString
-
asTrustedScript
@JsOverlay default elemental2.core.TrustedScript asTrustedScript() -
isSetIntervalCallbackFn
@JsOverlay default boolean isSetIntervalCallbackFn() -
isString
@JsOverlay default boolean isString() -
isTrustedScript
@JsOverlay default boolean isTrustedScript()
-