@pond-ts/process API Reference
Preparing search index...
index
BuiltRequest
Interface BuiltRequest<From>
The envelope a builder produces — what
Host.run
takes.
interface
BuiltRequest
<
From
extends
string
|
SourceRef
=
string
>
{
as
?:
string
;
from
:
From
;
nodes
:
Slots
;
outputs
:
Readonly
<
Record
<
string
,
Select
>
>
;
}
Type Parameters
From
extends
string
|
SourceRef
=
string
Index
Properties
as?
from
nodes
outputs
Properties
Optional
Readonly
as
as
?:
string
Readonly
from
from
:
From
Readonly
nodes
nodes
:
Slots
Readonly
outputs
outputs
:
Readonly
<
Record
<
string
,
Select
>
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
as
from
nodes
outputs
@pond-ts/process API Reference
Loading...
The envelope a builder produces — what
Host.runtakes.