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

com.google.gwt.angular.client.impl.JsCanBeJson Maven / Gradle / Ivy

package com.google.gwt.angular.client.impl;

import com.google.gwt.angular.client.CanBeJson;
import com.google.gwt.angular.client.NgElement;
import com.google.gwt.core.client.JavaScriptObject;
import elemental.js.dom.JsElement;
import elemental.js.json.JsJsonObject;

/**
 * JSO implementation of NgElement.
 */
public class JsCanBeJson extends JavaScriptObject implements CanBeJson {
  protected JsCanBeJson() {
  }

  final public native JsJsonObject json() /*-{
     return this;
  }-*/;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy