Viewer - Interaction
Preparing search index...
getNodesByName
Function getNodesByName
getNodesByName
(
sessionApis
:
ISessionApi
[]
,
names
:
string
[]
,
strictNaming
?:
boolean
,
)
:
{
name
:
string
;
node
:
ITreeNode
}
[]
Get the nodes within the session API by their names.
Parameters
sessionApis
:
ISessionApi
[]
names
:
string
[]
The names of the nodes.
strictNaming
:
boolean
= true
Returns
{
name
:
string
;
node
:
ITreeNode
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Viewer - Interaction
Loading...
Get the nodes within the session API by their names.