ExecFileSyncOptionsWithStringEncoding

@native @JSType trait ExecFileSyncOptionsWithStringEncoding extends StObject with ExecFileSyncOptions
Companion
object
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

Inherited fields

var cwd: UndefOr[String]
Inherited from
ProcessEnvOptions
var encoding: UndefOr[BufferEncoding | buffer_ | Null]
Inherited from
CommonExecOptions
var env: UndefOr[ProcessEnv]
Inherited from
ProcessEnvOptions
var gid: UndefOr[Double]
Inherited from
ProcessEnvOptions
var input: UndefOr[String | ArrayBufferView]
Inherited from
CommonExecOptions
var killSignal: UndefOr[Signals | Double]
Inherited from
CommonExecOptions
var maxBuffer: UndefOr[Double]
Inherited from
CommonExecOptions
var shell: UndefOr[Boolean | String]
Inherited from
ExecFileSyncOptions
var stdio: UndefOr[StdioOptions]
Inherited from
CommonExecOptions
var uid: UndefOr[Double]
Inherited from
ProcessEnvOptions