Preparing search index...
The search index is not available
@kksh/api
@kksh/api
index
TauriShellStdio
Class TauriShellStdio
Implements
IoInterface
Index
Constructors
constructor
Properties
name
Methods
read
write
Constructors
constructor
new
TauriShellStdio
(
readStream
:
EventEmitter
<
OutputEvents
<
IOPayload
>
>
,
childProcess
:
Child
,
)
:
TauriShellStdio
Parameters
readStream
:
EventEmitter
<
OutputEvents
<
IOPayload
>
>
childProcess
:
Child
Returns
TauriShellStdio
Properties
name
name
:
string
= "tauri-shell-stdio"
Methods
read
read
()
:
Promise
<
null
|
string
|
Uint8Array
>
Returns
Promise
<
null
|
string
|
Uint8Array
>
write
write
(
data
:
string
)
:
Promise
<
void
>
Parameters
data
:
string
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
name
Methods
read
write
@kksh/api
Loading...