Automated: create new component page |
add info |
||
Line 3: | Line 3: | ||
|Name=Set Data Feed Category | |Name=Set Data Feed Category | ||
}} | }} | ||
The '''SetDataFeedCategory''' sets the Path field for <code>View</code> when it receives a [[Button Events|button event]] from a button on the same slot or somewhere else. | |||
== | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|View|IDataFeedView| | |View|IDataFeedView| The view to change the Path for. | ||
|CategoryPath|{{RootFieldType|SyncFieldList`1|[[Type:String|String]]}}|TypeAdv1=true| | |CategoryPath|{{RootFieldType|SyncFieldList`1|[[Type:String|String]]}}|TypeAdv1=true| What to set the path to for <code>View</code> | ||
|IsInsideCategoryPath|{{RootFieldType|RawOutput`1|[[Type:Bool|Bool]]}}|TypeAdv2=true| | |IsInsideCategoryPath|{{RootFieldType|RawOutput`1|[[Type:Bool|Bool]]}}|TypeAdv2=true| Whether the View is already under <code>CategoryPath</code>. | ||
}} | }} | ||
== | == Usage == | ||
Attach to the same slot as an [[Type:IButton|IButton]] and provide settings for this component in order for it to start working. | |||
== Examples == | == Examples == | ||
{{stub}} | |||
== See Also == | == See Also == | ||
* [[Data Feeds]] | |||
[[Category:Components:Radiant UI:Data Feeds:Interactions{{#translation:}}|Set Data Feed Category]] | [[Category:Components:Radiant UI:Data Feeds:Interactions{{#translation:}}|Set Data Feed Category]] | ||
[[Category:Components{{#translation:}}|Set Data Feed Category]] | [[Category:Components{{#translation:}}|Set Data Feed Category]] | ||
Latest revision as of 18:49, 2 February 2025
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
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.