ExecutionScript

external interface ExecutionScript(source)

Properties

Link copied to clipboard
abstract var args: ERROR CLASS: Symbol not found for js.array.ReadonlyArray<kotlin/Any?>??

An array of arguments to pass to the provided function. These arguments will be copied between worlds in accordance with the table of supported types.

Link copied to clipboard
abstract var func: Function<Any?>

A JavaScript function to execute. This function will be serialized which means that any bound parameters and execution context will be lost.