NodeComponentMetadata
¶
Defines properties and message types for NodeComponent.
NodeComponentMetadata.NameProperty¶ | Name |
Message arguments classes define message arguments used for different message types. Each class defines a number of property types - arguments - together with getter and setter functions for them.
TargetNameProperty¶ | Sets the name of the node component that receives this message. To send this message to every node component in this node, use an empty string. Example
|