Package com.amalgamasimulation.desktop.html.js
package com.amalgamasimulation.desktop.html.js
-
ClassDescriptionJSCollection<T extends JSConvertable>Represents a collection of JavaScript-convertible elements.The JSConvertable interface defines a method for converting an object to its JavaScript representation.A class representing a JavaScript function that implements the
JSConvertableinterface.The JSObject class represents a JavaScript object that can be converted to a JSON-like string.JSPrimitive<T>The JSPrimitive class represents a JavaScript primitive value, such as a string, number, or boolean.