EntryCompletion.deleteAction

Deletes the action at @index_ from @completion’s action list.

Note that @index_ is a relative position and the position of an action may have changed since it was inserted.

class EntryCompletion
void
deleteAction
(
int index
)

Parameters

index int

the index of the item to delete

Meta