@eagleoutice/flowr - v2.15.8
Preparing search index...
src/dataflow/internal/process/functions/call/common
PatchFunctionCallInput
Interface PatchFunctionCallInput<OtherInfo>
interface
PatchFunctionCallInput
<
OtherInfo
>
{
argumentProcessResult
:
readonly
(
Pick
<
DataflowInformation
,
"entryPoint"
>
|
undefined
)
[]
;
data
:
DataflowProcessorInformation
<
OtherInfo
&
ParentInformation
>
;
link
?:
DataflowGraphVertexAstLink
;
name
:
RSymbol
<
OtherInfo
&
ParentInformation
>
;
nextGraph
:
DataflowGraph
;
origin
:
BuiltInProcName
;
rootId
:
NodeId
;
}
Type Parameters
OtherInfo
Index
Properties
argument
Process
Result
data
link?
name
next
Graph
origin
root
Id
Properties
Readonly
argument
Process
Result
argumentProcessResult
:
readonly
(
Pick
<
DataflowInformation
,
"entryPoint"
>
|
undefined
)
[]
Readonly
data
data
:
DataflowProcessorInformation
<
OtherInfo
&
ParentInformation
>
Optional
Readonly
link
link
?:
DataflowGraphVertexAstLink
Readonly
name
name
:
RSymbol
<
OtherInfo
&
ParentInformation
>
Readonly
next
Graph
nextGraph
:
DataflowGraph
Readonly
origin
origin
:
BuiltInProcName
Readonly
root
Id
rootId
:
NodeId
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
argument
Process
Result
data
link
name
next
Graph
origin
root
Id
@eagleoutice/flowr - v2.15.8
Loading...