The '''FeedValueActionInterface''' component is used as a template type item in data feed mappers in the [[Data Feeds]] system. This component specifically passes a value to an action that requires a value argument to be passed.
|Action|'''[[Type:SyncDelegate`1|SyncDelegate`1]]<[[Type:Action`1|Action`1]]<T>>'''|TypeAdv14=true| The field to fill with the Action to be triggered.
|Value|'''[[Type:IField`1|IField`1]]<T>'''|TypeAdv15=true| The field to fill with the value that should be passed.
}}
}}
== Behavior ==
== Usage ==
The <code>Action</code> and <code>Value</code> fields can be used to fill a [[Component:CallbackValueArgument|CallbackValueArgument]] which can be triggered via a button.
[[Category:Components:Radiant UI:Data Feeds:Interfaces{{#translation:}}|Feed Value Action Interface`1]]
[[Category:Components:Radiant UI:Data Feeds:Interfaces{{#translation:}}|Feed Value Action Interface`1]]
[[Category:Components{{#translation:}}|Feed Value Action Interface`1]]
[[Category:Components{{#translation:}}|Feed Value Action Interface`1]]
[[Category:Generic Components{{#translation:}}|Feed Value Action Interface`1]]
[[Category:Generic Components{{#translation:}}|Feed Value Action Interface`1]]
[[Category:ComponentStubs]]
Revision as of 18:40, 18 January 2025
Component image
Feed Value Action Interface`1 component as seen in the Scene Inspector
The FeedValueActionInterface component is used as a template type item in data feed mappers in the Data Feeds system. This component specifically passes a value to an action that requires a value argument to be passed.
This template's parent container. If that template also has a parent and a child, then it recursively goes up the containers till it finds the root interface with a parent and a child interface, then instantiates that interfaces child interface and it's Nested items instead of just this interface.