989onan bot (talk | contribs) Automated: update Categories, SyncDelegates |
fix |
||
Line 5: | Line 5: | ||
{{stub}} | {{stub}} | ||
== | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|HasData|Bool| | |HasData|Bool| | ||
Line 25: | Line 25: | ||
}} | }} | ||
== | == Usage == | ||
== Examples == | == Examples == | ||
Line 33: | Line 33: | ||
[[Category:Components:Radiant UI:Data Feeds:Interfaces{{#translation:}}|Feed Action Interface]] | [[Category:Components:Radiant UI:Data Feeds:Interfaces{{#translation:}}|Feed Action Interface]] | ||
[[Category:Components{{#translation:}}|Feed Action Interface]] | [[Category:Components{{#translation:}}|Feed Action Interface]] | ||
[[Category:ComponentStubs]] | [[Category:ComponentStubs]] |
Latest revision as of 17:34, 17 December 2024
Component image
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
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> | |
Action
|
SyncDelegate`1<Action> | |
Highlight
|
IField`1<Bool> |