Membrane SDK - v0.8.0
Console
React Lib
REST API
Preparing search index...
getRootNodeKeys
Function getRootNodeKeys
getRootNodeKeys
(
__namedParameters
:
{
nodes
?:
Record
<
string
,
{
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
;
}
,
>
;
}
,
)
:
string
[]
Returns keys of nodes that don't have any parents.
Parameters
__namedParameters
:
{
nodes
?:
Record
<
string
,
{
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
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Console
React Lib
REST API
Membrane SDK - v0.8.0
Loading...
Returns keys of nodes that don't have any parents.