Component:DebugDataFeedView: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
Automated: update DeDuplicate
 
(2 intermediate revisions by the same user not shown)
Line 14: Line 14:
|ResetViewOnSave|Bool|
|ResetViewOnSave|Bool|
|TargetOutput|'''[[Type:IField`1|IField`1]]<[[Type:String|String]]>'''|TypeAdv6=true|
|TargetOutput|'''[[Type:IField`1|IField`1]]<[[Type:String|String]]>'''|TypeAdv6=true|
}}
== Sync Delegates ==
{{Table ComponentTriggers
|PathSegmentName()|[[Type:PathSegmentConverter|PathSegmentConverter]]<[[Type:String|String]]: pathSegment, [[Type:Int|Int]]: depth>|
}}
}}


Line 24: Line 29:
[[Category:Components:Radiant UI:Data Feeds:Views{{#translation:}}|Debug Data Feed View]]
[[Category:Components:Radiant UI:Data Feeds:Views{{#translation:}}|Debug Data Feed View]]
[[Category:Components{{#translation:}}|Debug Data Feed View]]
[[Category:Components{{#translation:}}|Debug Data Feed View]]
[[Category:ComponentStubs]]
[[Category:ComponentStubs]]

Latest revision as of 21:18, 6 November 2024

Component image 
Debug Data Feed View component as seen in the Scene Inspector


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


Usage

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.
Feed IDataFeedComponent
Path direct SyncFieldList`1<String>
GroupingKeys direct SyncFieldList`1<String>
SearchPhrase String
UpdatingUser direct UserRef
ResetViewOnSave Bool
TargetOutput IField`1<String>

Sync Delegates

Triggers
Name Arguments Description
PathSegmentName() PathSegmentConverter<String: pathSegment, Int: depth>

Behavior

Examples

See Also