com.vaadin.polymer.iron.event.IronSwipeEvent Maven / Gradle / Ivy
/*
* This code was generated with Vaadin Web Component GWT API Generator,
* from iron-swipeable-container project by The Polymer Authors
* that is licensed with http://polymer.github.io/LICENSE.txt license.
*/
package com.vaadin.polymer.iron.event;
import com.vaadin.polymer.elemental.*;
import com.google.gwt.core.client.JsArray;
import com.google.gwt.core.client.JavaScriptObject;
import jsinterop.annotations.JsOverlay;
import jsinterop.annotations.JsProperty;
import jsinterop.annotations.JsType;
/**
* Fired when a child element is swiped away.
*/
@JsType(isNative=true)
public interface IronSwipeEvent extends Event {
@JsOverlay static final String NAME = "iron-swipe";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy