Automated: update DeDuplicate |
add info |
||
Line 3: | Line 3: | ||
|Name=Single Feed View | |Name=Single Feed View | ||
}} | }} | ||
The '''SingleFeedView''' is the simplest and most commonly used data feed viewer used to usually view users in a session from a [[Component:WorldUsersFeed|WorldUsersFeed]]. | |||
== | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|Feed|IDataFeedComponent| | |Feed|IDataFeedComponent| {{Template:IDataFeedView_Feed}} | ||
|Path|{{RootFieldType|SyncFieldList`1|[[Type:String|String]]}}|TypeAdv1=true| | |Path|{{RootFieldType|SyncFieldList`1|[[Type:String|String]]}}|TypeAdv1=true| {{Template:IDataFeedView_Path}} | ||
|GroupingKeys|{{RootFieldType|SyncFieldList`1|[[Type:String|String]]}}|TypeAdv2=true| | |GroupingKeys|{{RootFieldType|SyncFieldList`1|[[Type:String|String]]}}|TypeAdv2=true| {{Template:IDataFeedView_GroupingKeys}} | ||
|SearchPhrase|String| | |SearchPhrase|String| {{Template:IDataFeedView_SearchPhrase}} | ||
|UpdatingUser|{{RootFieldType|UserRef}}|TypeAdv4=true| | |UpdatingUser|{{RootFieldType|UserRef}}|TypeAdv4=true|{{Template:IDataFeedView_UpdatingUser}} | ||
|ResetViewOnSave|Bool| | |ResetViewOnSave|Bool|{{Template:IDataFeedView_ResetViewOnSave}} | ||
|ItemsManager|{{RootFieldType|DataFeedItemMappingManager}}|TypeAdv6=true| | |ItemsManager|{{RootFieldType|DataFeedItemMappingManager}}|TypeAdv6=true| The Mapper to handle showing items within a selected <code>Path</code>, no matter how deep of a <code>Path</code> this is viewing. | ||
}} | }} | ||
== Sync Delegates == | == Sync Delegates == | ||
{{Table ComponentTriggers | {{Table ComponentTriggers | ||
|PathSegmentName()|[[Type:PathSegmentConverter|PathSegmentConverter]]<[[Type:String|String]]: pathSegment, [[Type:Int|Int]]: depth>| | |PathSegmentName()|[[Type:PathSegmentConverter|PathSegmentConverter]]<[[Type:String|String]]: pathSegment, [[Type:Int|Int]]: depth>| Turns a string representing a Path location into a number representing how far down it is in the feed. | ||
}} | }} | ||
== | == Usage == | ||
Attach to a slot and provide a <code>Feed</code> to start mapping information. | |||
== Examples == | == Examples == | ||
{{stub}} | |||
== See Also == | == See Also == | ||
* [[Type:IDataFeedView|Other Data Feed Views]] | |||
* [[Data Feeds]] | |||
[[Category:Components:Radiant UI:Data Feeds:Views{{#translation:}}|Single Feed View]] | [[Category:Components:Radiant UI:Data Feeds:Views{{#translation:}}|Single Feed View]] | ||
[[Category:Components{{#translation:}}|Single Feed View]] | [[Category:Components{{#translation:}}|Single Feed View]] | ||
Revision as of 20:19, 1 February 2025
Component image 
Single Feed View component as seen in the Scene Inspector

The SingleFeedView is the simplest and most commonly used data feed viewer used to usually view users in a session from a WorldUsersFeed.
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. |
Feed
|
IDataFeedComponent | The Feed to view items for in this data feed view. |
Path
|
direct SyncFieldList`1<String> | The path within the feed to view. |
GroupingKeys
|
direct SyncFieldList`1<String> | A list of grouping keys to group alike data feed items together from the incoming data. |
SearchPhrase
|
String | The phrase to search for within the current list of feed items under Path .
|
UpdatingUser
|
direct UserRef | The user handling the logic for this data feed view. |
ResetViewOnSave
|
Bool | Whether to clear the view upon saving this data feed view. |
ItemsManager
|
direct DataFeedItemMappingManager | The Mapper to handle showing items within a selected Path , no matter how deep of a Path this is viewing.
|
Sync Delegates
Method Name | Method type and Arguments. | Is the method hidden? | Description |
---|
Usage
Attach to a slot and provide a Feed
to start mapping information.
Examples
This article or section is a Stub. You can help the Resonite Wiki by expanding it.