Interface Document.WriteTextUnionType

Enclosing class:
Document

@JsType(isNative=true, name="?", namespace="<global>") public static interface Document.WriteTextUnionType
  • Method Details

    • of

      @JsOverlay static Document.WriteTextUnionType of(Object o)
    • asString

      @JsOverlay default String asString()
    • asTrustedHTML

      @JsOverlay default TrustedHTML asTrustedHTML()
    • isString

      @JsOverlay default boolean isString()
    • isTrustedHTML

      @JsOverlay default boolean isTrustedHTML()