actions property

ActionCollection<T> actions
final

The action roots and placement constraints to resolve.

actions: [Save, Search, More]
                        |
                        v
primary: [Save] [Search] [More v]

Implementation

final ActionCollection<T> actions;