Classes
ActionItems
ActionItems
Represents a collection of ActionItems.
Summary β
Constructors
Methods
Constructors β
constructor β
new ActionItems(): ActionItems
Returns ActionItems
Methods β
addItem β
addItem(item: ActionItem): void
Adds an item to the collection.
Parameter Default Description
Returns void
getItemAt β
getItemAt(index: number): ActionItem
Gets an item at a specified index.
Parameter Default Description
index
number
The index.
Returns ActionItem
getItems β
getItems(): ActionItem[]
Gets an array of the current action items in the collection.
Returns ActionItem[]
removeItem β
removeItem(item: ActionItem): void
Removes an item to the collection.
Parameter Default Description
Returns void
- Previous
- ActionItem
- Next
- ActivityIndicator
On this page