com.vaadin.polymer.elemental.NodeList Maven / Gradle / Ivy
package com.vaadin.polymer.elemental;
import static jsinterop.annotations.JsPackage.GLOBAL;
import jsinterop.annotations.JsProperty;
import jsinterop.annotations.JsType;
@JsType(isNative=true, namespace=GLOBAL)
public interface NodeList {
@JsProperty
int getLength();
T item(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy