Phantom

mill.scalajslib.api.JsEnvConfig.Phantom
@Scaladoc(value = "/**\n * JavaScript environment to run on PhantomJS\n * https://github.com/scala-js/scala-js-env-phantomjs\n */")
final case class Phantom(executable: String, args: List[String], env: Map[String, String], autoExit: Boolean) extends JsEnvConfig

JavaScript environment to run on PhantomJS https://github.com/scala-js/scala-js-env-phantomjs

Attributes

Source
ScalaJSApi.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait JsEnvConfig
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product