input-terminal
source
npm
Preparing search index...
input-terminal
OutputEventDetail
Interface OutputEventDetail
The detail emitted with stdout and stderr events.
interface
OutputEventDetail
{
metadata
:
OutputMetadata
;
data
:
unknown
;
}
Index
Properties
metadata
data
Properties
Readonly
metadata
metadata
:
OutputMetadata
Readonly
data
data
:
unknown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
metadata
data
source
npm
input-terminal
Loading...
The detail emitted with stdout and stderr events.