Skip to main content

Property Injection

There are a set of properties that are automatically added to all instances.

All Instances

All Instances have the following Properties injected automatically. You should rely on these properties as much as possible when it makes sense. This helps to make nodes a lot easier to use, and makes it seamless to swap nodes.

  • ((name)) - The name of this instance. Populated by default from the name field of the Manifest.
  • ((description)) - A description of this instance. Populated by default from the description field of the Manifest.
  • ((icon)) - An icon for this instance. Populated by default from the icon field of the Manifest.