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 thename
field of the Manifest.((description))
- A description of this instance. Populated by default from thedescription
field of the Manifest.((icon))
- An icon for this instance. Populated by default from theicon
field of the Manifest.