Each array item is expanded with the following additional service properties and methods:
readonly $parent: IElementArray
Reference to the parent array (IElementArray).
$selected: boolean
The item is highlighted.
$checked: boolean
The item is checked. The collection of checked items can be retrieved
using the $checked
property of the parent array.
$remove(): void
Removes an item from the parent array.