All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.olvind.mui.std.HTMLCollectionOf.scala Maven / Gradle / Ivy

package com.olvind.mui.std

import org.scalablytyped.runtime.NumberDictionary
import org.scalablytyped.runtime.StObject
import scala.scalajs.js
import scala.scalajs.js.annotation.{JSGlobalScope, JSGlobal, JSImport, JSName, JSBracketAccess}

@js.native
trait HTMLCollectionOf[T /* <: org.scalajs.dom.Element */]
  extends StObject
     with /* standard es5 */
/* n */ NumberDictionary[T] {
  
  /* standard dom */
  def item(index: Double): T | Null = js.native
  
  /* standard dom.iterable */
  @JSName(js.Symbol.iterator)
  var iterator: js.Function0[IterableIterator[T]] = js.native
  
  /* standard dom */
  def namedItem(name: java.lang.String): T | Null = js.native
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy