Component:MoveUpDataFeedCategory: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
add info
 
Line 3: Line 3:
|Name=Move Up Data Feed Category
|Name=Move Up Data Feed Category
}}
}}
{{stub}}
The '''MoveUpDataFeedCategory''' is a component that receives [[Button Events]] and goes to the previous parent path in a [[Data Feed]] view.


== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|View|IDataFeedView|
|View|IDataFeedView| The view to go up in category for.
}}
}}


== Behavior ==
== Usage ==
Used to go up one in the category view.


== Examples ==
== Examples ==
Used in the settings menu for going back.


== See Also ==
== See Also ==
* [[Data Feeds]]


[[Category:Components:Radiant UI:Data Feeds:Interactions{{#translation:}}|Move Up Data Feed Category]]
[[Category:Components:Radiant UI:Data Feeds:Interactions{{#translation:}}|Move Up Data Feed Category]]
[[Category:Components{{#translation:}}|Move Up Data Feed Category]]
[[Category:Components{{#translation:}}|Move Up Data Feed Category]]
[[Category:ComponentStubs]]

Latest revision as of 03:33, 26 January 2025

Component image 
Move Up Data Feed Category component as seen in the Scene Inspector

The MoveUpDataFeedCategory is a component that receives Button Events and goes to the previous parent path in a Data Feed view.

Fields

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't.
View IDataFeedView The view to go up in category for.

Usage

Used to go up one in the category view.

Examples

Used in the settings menu for going back.

See Also