Skip to content

Logic File

Akın Şibay edited this page Oct 15, 2024 · 5 revisions

This file has a .node.ts extension and defines what the node will do when it starts running. It is the functional part of the node.

There are some important built-in functions you should know when you are creating node class:

  • getParameter(name: string)

    It is used to retrieve data from a desired input of the node.

  • getAllParameters()

  • getAllNodeConfig()

  • execute()

  • registerEvent(eventName: string, customEventFunc: CustomEventFunc)

Clone this wiki locally