Class RadioNodeList<T>

java.lang.Object
elemental2.dom.NodeList<T>
elemental2.dom.RadioNodeList<T>
All Implemented Interfaces:
elemental2.core.JsIterable<T>, jsinterop.base.JsArrayLike<T>

@JsType(isNative=true, namespace="<global>") public class RadioNodeList<T> extends NodeList<T>
  • Field Details

  • Constructor Details

    • RadioNodeList

      public RadioNodeList()