| 989onan bot (talk | contribs)  Automated: update SyncDelegates | 989onan bot (talk | contribs)  Automated: update SyncDelegates | ||
| Line 11: | Line 11: | ||
| == Sync Delegates == | == Sync Delegates == | ||
| {{Table ComponentTriggers | {{Table ComponentTriggers | ||
| |PathSegmentName[[Type:Func`3|Func`3]]<[[Type:String|String]], [[Type:Int|Int]], [[Type:LocaleString|LocaleString]]>|[[Type:Func`3|Func`3]]<[[Type:String|String]], [[Type:Int|Int]], [[Type:LocaleString|LocaleString]]>|false| | |PathSegmentName:[[Type:Func`3|Func`3]]<[[Type:String|String]], [[Type:Int|Int]], [[Type:LocaleString|LocaleString]]>|[[Type:Func`3|Func`3]]<[[Type:String|String]], [[Type:Int|Int]], [[Type:LocaleString|LocaleString]]>|false| | ||
| }} | }} | ||
Revision as of 06:32, 17 March 2025
Component image 
Settings Data Feed component as seen in the Scene Inspector 

The SettingsDataFeed component is a Data Feed that can be used with a data feed view to create and generate a list of settings. This component only works within the dash world.
Usage
| 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. | 
Sync Delegates
| Method Name | Method type and Arguments. | Is the method hidden? | Description | 
|---|---|---|---|
| PathSegmentName:Func`3<String, Int, LocaleString> | Func`3<String, Int, LocaleString> | X | 
Usage
This article or section is a stub. You can help the Resonite wiki by expanding it.
Examples
Used in the settings menu in the Dash Menu.
