Class FunctionCallRequest


  • @JsType(isNative=true,
            namespace="<global>",
            name="Object")
    public class FunctionCallRequest
    extends Object
    • Constructor Detail

      • FunctionCallRequest

        public FunctionCallRequest()
    • Method Detail

      • getFunctionName

        @JsProperty
        public String getFunctionName()
      • getParameters

        @JsProperty
        public elemental2.core.JsMap<String,​Object> getParameters()