ShellExecution$Typings extension
Properties
-
args
↔ List<
Object> -
Available on ShellExecution, provided by the ShellExecution$Typings extension
The shell args. Isundefined
if created with a full command line.getter/setter pair - command ↔ Object
-
Available on ShellExecution, provided by the ShellExecution$Typings extension
The shell command. Isundefined
if created with a full command line.getter/setter pair - commandLine ↔ String?
-
Available on ShellExecution, provided by the ShellExecution$Typings extension
The shell command line. Isundefined
if created with a command and arguments.getter/setter pair - options ↔ ShellExecutionOptions
-
Available on ShellExecution, provided by the ShellExecution$Typings extension
The shell options used when the command line is executed in a shell. Defaults to undefined.getter/setter pair