TransformOptions

@native @JSType trait TransformOptions extends StObject with DuplexOptions
Companion
object
trait Abortable
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any

Value members

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("construct")
var construct_TransformOptions: UndefOr[ThisFunction1[Transform, Function1[UndefOr[Error | Null], Unit], Unit]]
@JSName("destroy")
var destroy_TransformOptions: UndefOr[ThisFunction2[Transform, Error | Null, Function1[Error | Null, Unit], Unit]]
@JSName("final")
var final_TransformOptions: UndefOr[ThisFunction1[Transform, Function1[UndefOr[Error | Null], Unit], Unit]]
var flush: UndefOr[ThisFunction1[Transform, TransformCallback, Unit]]
@JSName("read")
var read_TransformOptions: UndefOr[ThisFunction1[Transform, Double, Unit]]
var transform: UndefOr[ThisFunction3[Transform, Any, BufferEncoding, TransformCallback, Unit]]
@JSName("write")
var write_TransformOptions: UndefOr[ThisFunction3[Transform, Any, BufferEncoding, Function1[UndefOr[Error | Null], Unit], Unit]]
@JSName("writev")
var writev_TransformOptions: UndefOr[ThisFunction2[Transform, Array[Chunk], Function1[UndefOr[Error | Null], Unit], Unit]]

Inherited fields

var `final`: UndefOr[ThisFunction1[Duplex | Writable, Function1[UndefOr[Error | Null], Unit], Unit]]
Inherited from
DuplexOptions
var allowHalfOpen: UndefOr[Boolean]
Inherited from
DuplexOptions
var autoDestroy: UndefOr[Boolean]
Inherited from
StreamOptions
var construct: UndefOr[ThisFunction1[Readable, Function1[UndefOr[Error | Null], Unit], Unit]]
Inherited from
StreamOptions
@JSName("construct")
var construct_DuplexOptions: UndefOr[ThisFunction1[Duplex, Function1[UndefOr[Error | Null], Unit], Unit]]
Inherited from
DuplexOptions
var decodeStrings: UndefOr[Boolean]
Inherited from
DuplexOptions
Inherited from
DuplexOptions
var destroy: UndefOr[ThisFunction2[Readable, Error | Null, Function1[Error | Null, Unit], Unit]]
Inherited from
StreamOptions
@JSName("destroy")
var destroy_DuplexOptions: UndefOr[ThisFunction2[Duplex, Error | Null, Function1[Error | Null, Unit], Unit]]
Inherited from
DuplexOptions
var emitClose: UndefOr[Boolean]
Inherited from
StreamOptions
var encoding: UndefOr[BufferEncoding]
Inherited from
ReadableOptions
var highWaterMark: UndefOr[Double]
Inherited from
StreamOptions
var objectMode: UndefOr[Boolean]
Inherited from
StreamOptions
var read: UndefOr[ThisFunction1[Readable, Double, Unit]]
Inherited from
ReadableOptions
@JSName("read")
var read_DuplexOptions: UndefOr[ThisFunction1[Duplex, Double, Unit]]
Inherited from
DuplexOptions
var readableHighWaterMark: UndefOr[Double]
Inherited from
DuplexOptions
var readableObjectMode: UndefOr[Boolean]
Inherited from
DuplexOptions
var signal: UndefOr[AbortSignal]

When provided the corresponding AbortController can be used to cancel an asynchronous action.

When provided the corresponding AbortController can be used to cancel an asynchronous action.

Inherited from
Abortable
var writableCorked: UndefOr[Double]
Inherited from
DuplexOptions
var writableHighWaterMark: UndefOr[Double]
Inherited from
DuplexOptions
var writableObjectMode: UndefOr[Boolean]
Inherited from
DuplexOptions
var write: UndefOr[ThisFunction3[Duplex | Writable, Any, BufferEncoding, Function1[UndefOr[Error | Null], Unit], Unit]]
Inherited from
DuplexOptions
var writev: UndefOr[ThisFunction2[Duplex | Writable, Array[Chunk], Function1[UndefOr[Error | Null], Unit], Unit]]
Inherited from
DuplexOptions