Interface PlatformObject

All Superinterfaces:
org.teavm.jso.JSObject

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

    Modifier and Type
    Method
    Description
    int
     
     
    void
    setId​(int id)
     

    Methods inherited from interface org.teavm.jso.JSObject

    cast
  • Method Details

    • getPlatformClass

      PlatformClass getPlatformClass()
    • getId

      int getId()
    • setId

      void setId(int id)