REPLCommand

@native @JSType trait REPLCommand extends StObject
Companion
object
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Concrete methods

def action(text: String): Unit

The function to execute, optionally accepting a single string argument.

The function to execute, optionally accepting a single string argument.

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Concrete fields

@JSName("action")

The function to execute, optionally accepting a single string argument.

The function to execute, optionally accepting a single string argument.

var help: UndefOr[String]

Help text to be displayed when .help is entered.

Help text to be displayed when .help is entered.