Component:OpenDataFeedCategory: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
add info
 
Line 3: Line 3:
|Name=Open Data Feed Category
|Name=Open Data Feed Category
}}
}}
{{stub}}
The '''OpenDataFeedCategory''' component receives [[Button Events]] and will open the Category with the path defined by the list <code>CategorySubpath</code>.


== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|View|IDataFeedView|
|View|IDataFeedView| The view to change the directory for.
|CategorySubpath|{{RootFieldType|SyncFieldList`1|[[Type:String|String]]}}|TypeAdv1=true|
|CategorySubpath|{{RootFieldType|SyncFieldList`1|[[Type:String|String]]}}|TypeAdv1=true| A list of path directories (Like a folder path split by the slashes) to define the category to go to starting from root for <code>View</code>.
}}
}}


== Behavior ==
== Usage ==
Add to a slot with a button and provide a path list for this component and it will start working.


== Examples ==
== Examples ==
The buttons for setting categories and menus.


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


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

Latest revision as of 23:27, 25 January 2025

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

The OpenDataFeedCategory component receives Button Events and will open the Category with the path defined by the list CategorySubpath.

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 change the directory for.
CategorySubpath direct SyncFieldList`1<String> A list of path directories (Like a folder path split by the slashes) to define the category to go to starting from root for View.

Usage

Add to a slot with a button and provide a path list for this component and it will start working.

Examples

The buttons for setting categories and menus.

See Also