Component:FeedEntityInterface: Difference between revisions

From Resonite Wiki
Automated: update Categories, SyncDelegates
fix
 
Line 33: Line 33:
[[Category:Components{{#translation:}}|Feed Entity Interface`1]]
[[Category:Components{{#translation:}}|Feed Entity Interface`1]]
[[Category:Generic Components{{#translation:}}|Feed Entity Interface`1]]
[[Category:Generic Components{{#translation:}}|Feed Entity Interface`1]]
[[Category:ComponentStub]]
[[Category:ComponentStubs]]
[[Category:ComponentStubs]]

Latest revision as of 17:35, 17 December 2024

Component image 
File:FeedEntityInterface`1Component.png
Feed Entity Interface`1 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.
HasData Bool
ItemName IField`1<String>
ItemKey IField`1<String>
ItemDescription IField`1<String>
HasDescription IField`1<Bool>
DescriptionCleanup Slot
ItemIcon IField`1<Uri>
HasIcon IField`1<Bool>
IconCleanup Slot
View SyncRef`1<IDataFeedView>
ParentContainer FeedItemInterface
ChildContainer Slot
NestedItems list of NestedItem
EnabledState IField`1<Bool>
Reference SyncRef`1<E>

Behavior

Examples

See Also