Reverse List Action
Reverse List Action reverses the order of items in a list, making the last item first and the first item last. It is commonly used for processing data in reverse order, implementing undo functionality, or reordering results.
Appearance
In Talos, Reverse List Action appears as a rectangular node with a reverse/list icon, indicating list reordering. It shows the list that will be modified.
Properties
As all Actions, Reverse List Action has a few unique properties that are essential for it's functionality.
Common properties
Common properties inherited from Action.
Display NameString
This is the display name of the action.
By customizing this property, you can differentiate between same type of actions.
Action IDString
Indicates the unique ID of this action.
This property is Read only and it is not customizable
DisabledBoolean
If set to true, this action is considered disabled and will not be executed.
ListString
The list to reverse.