Viewer - Interaction
    Preparing search index...

    Function getNodesByName

    • 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 }[]