Component:FeedEntityInterface

From Resonite Wiki
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.
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