Builder

class Builder(val source: String)

Constructors

Link copied to clipboard
constructor(source: String)

Functions

Link copied to clipboard

Properties

Link copied to clipboard

Specifies whether command line API should be available to the script, defaults to false.

Link copied to clipboard
Link copied to clipboard

If specified, creates an isolated world with the given name and evaluates given script in it. This world name will be used as the ExecutionContextDescription::name when the corresponding event is emitted.