Package-level declarations

Types

Link copied to clipboard

Monitor extension that uses JVM Compose UI to display the simulation.

Functions

Link copied to clipboard
@Composable
fun app()

Application entry point, this will be rendered the same in all the platforms.

Link copied to clipboard
expect fun getPlatform(): String

Platform-specific function to get the platform name.

actual fun getPlatform(): String

Returns a string representing the JS platform.

actual fun getPlatform(): String

Returns the java version.

actual fun getPlatform(): String

Returns a string representing the WASM/JS platform.

Link copied to clipboard
fun main()
fun main()

Main entry point that loads the compose generic application in the browser.