Type:DataFeedItemMappingManager

From Resonite Wiki

The DataFeedItemMappingManager type is used to specify a manager and slot for mapping items and where to place them, as well as a list of actions to call when an item is added.

Fields
Name Type Description
ContainerRoot Slot The place to put the items after generating a template
TemplateMapper DataFeedItemMapper The Mapper used to map certain DataFeedItems to templates which get generated and put into ContainerRoot.
OnGenerationStarted list of Action Actions to call when this type has been called to start generating items received by a data feed.