Component:SetDataFeedCategory

From Resonite Wiki
Component image 
Set Data Feed Category component as seen in the Scene Inspector

The SetDataFeedCategory sets the Path field for View when it receives a button event from a button on the same slot or somewhere else.

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 Path for.
CategoryPath direct SyncFieldList`1<String> What to set the path to for View
IsInsideCategoryPath raw output of Bool Whether the View is already under CategoryPath.

Usage

Attach to the same slot as an IButton and provide settings for this component in order for it to start working.

Examples

This article or section is a Stub. You can help the Resonite Wiki by expanding it.


See Also