Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-node
/
node.stream
/
FinishedOptions
Finished
Options
sealed
external
interface
FinishedOptions
:
_FinishedOptions
(
source
)
Members
Properties
cleanup
Link copied to clipboard
abstract
var
cleanup
:
Boolean
?
If true, removes the listeners registered by this function before the promise is fulfilled.
error
Link copied to clipboard
abstract
var
error
:
Boolean
?
readable
Link copied to clipboard
abstract
var
readable
:
Boolean
?
writable
Link copied to clipboard
abstract
var
writable
:
Boolean
?