Interface JSCallable

All Superinterfaces:
org.teavm.jso.JSObject

public interface JSCallable extends org.teavm.jso.JSObject
  • Method Summary

    Modifier and Type
    Method
    Description
    org.teavm.platform.PlatformObject
    call(org.teavm.platform.PlatformObject object, org.teavm.platform.PlatformSequence<org.teavm.platform.PlatformObject> arguments)
     

    Methods inherited from interface org.teavm.jso.JSObject

    cast
  • Method Details

    • call

      org.teavm.platform.PlatformObject call(org.teavm.platform.PlatformObject object, org.teavm.platform.PlatformSequence<org.teavm.platform.PlatformObject> arguments)