Skip to main content

getItem()

returns the object of a selected item

getItem(): object | array;

Returns:

Either an object of a selected item, or an array of selected items.

Example

const item = component.selection.getItem();
// -> {…}
note

The method can be used in the DataView, List, Tree components.

Starting from v7.0, the method can also return an array of selected items if the multiselection property of List or DataView is enabled.