Ubuntu.Components.ActionList
List of Action items More...
Import Statement: | import Ubuntu.Components 1.3 |
Inherits: |
Properties
Detailed Description
Property Documentation
actions : Action |
List of already defined actions when not defining them as children of the ActionList. Note that when you set this property, the children of the ActionList will be ignored, so do not set the list and define children.
The advantage of setting actions over using the children is that the same Action items can be used in several sets of actions.
[default] children : list<Action> |
Default property to allow adding of children.