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

com.vaadin.polymer.marked.event.MarkedRenderCompleteEvent Maven / Gradle / Ivy

There is a newer version: 1.9.3.1
Show newest version
/*
 * This code was generated with Vaadin Web Component GWT API Generator, 
 * from marked-element project by The Polymer Project Authors (https://polymer.github.io/AUTHORS.txt)
 * that is licensed with https://polymer.github.io/LICENSE.txt license.
 */
package com.vaadin.polymer.marked.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;

/**
 * 

The marked-render-complete event is fired once Markdown to HTML
conversion has finished, and the DOM has been populated via the resulting
HTML.

*/ @JsType(isNative=true) public interface MarkedRenderCompleteEvent extends Event { @JsOverlay static final String NAME = "marked-render-complete"; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy