Membrane React - v0.6.0
Console
SDK
REST API
Preparing search index...
getFlowNodeSpec
Function getFlowNodeSpec
getFlowNodeSpec
(
node
:
{
type
?:
string
;
version
?:
number
;
name
?:
string
;
description
?:
string
;
config
?:
any
;
concurrency
?:
number
;
onError
?:
"continue"
|
"stop"
;
ui
?:
any
;
inputSchema
?:
any
;
outputSchema
?:
any
;
outputExample
?:
any
;
links
?:
{
key
?:
string
;
filter
?:
any
;
name
?:
string
}
[]
;
isCustomized
?:
boolean
;
}
,
)
:
FlowNodeSpec
Parameters
node
:
{
type
?:
string
;
version
?:
number
;
name
?:
string
;
description
?:
string
;
config
?:
any
;
concurrency
?:
number
;
onError
?:
"continue"
|
"stop"
;
ui
?:
any
;
inputSchema
?:
any
;
outputSchema
?:
any
;
outputExample
?:
any
;
links
?:
{
key
?:
string
;
filter
?:
any
;
name
?:
string
}
[]
;
isCustomized
?:
boolean
;
}
Returns
FlowNodeSpec
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Console
SDK
REST API
Membrane React - v0.6.0
Loading...