com.vaadin.polymer.iron.event.IronOverlayOpenedEvent Maven / Gradle / Ivy
/*
* This code was generated with Vaadin Web Component GWT API Generator,
* from vaadin-context-menu project by unknown author
* that is licensed with Apache-2.0 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 after the overlay opens.
*/
@JsType(isNative=true)
public interface IronOverlayOpenedEvent extends Event {
@JsOverlay static final String NAME = "iron-overlay-opened";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy