Component:OpenDataFeedCategory

From Resonite Wiki
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