Skip to main content

Overview

A Rive / Set Data Model List action adds, removes, or otherwise adjusts view models in a list in Rive. This action can append a view model to a list, insert a view model into a specific position in a list, set a property of a view model in a list, swap two view model’s position within a list, remove a specific view model from a list, or remove a view model at a particular index from a list.
Read more about Data Binding Lists on Rive’s documentation site.

Action Properties

Target

Select the Rive file that this action will affect.

View Model

Select the View Model defined in the Rive file that contains the list you’d like to modify.

List

Select the list defined in the View Model that you’d like to modify.

Action

Select the action that will be applied to the selected list. Each action has different properties.
  • Append
  • Insert At
  • Set Property
  • Swap
  • Remove
  • Remove At

View Model

Select the View Model defined in the Rive file that will be added to the end of the list.

Instance

Select the specific instance of the View Model.