Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-node
/
node.repl
/
REPLServerSetupHistoryOptions
REPLServer
Setup
History
Options
sealed
external
interface
REPLServerSetupHistoryOptions
(
source
)
Members
Properties
file
Path
Link copied to clipboard
abstract
var
filePath
:
String
?
on
History
File
Loaded
Link copied to clipboard
abstract
var
onHistoryFileLoaded
:
(
JsError
?
,
repl
:
REPLServer
)
->
Unit
?
remove
History
Duplicates
Link copied to clipboard
abstract
var
removeHistoryDuplicates
:
Boolean
?
size
Link copied to clipboard
abstract
var
size
:
Double
?