returns the id of a selected item
getId(): (string | number) | (string | number)[];
Returns:The id of a selected item or an array with items' ids.
Example
const id = component.selection.getId(); // -> "2"
note
The method can be used in the DataView, List, Tree components.
Starting from v7.0, the method can also return an array with ids of selected items if the multiselection property of List or DataView is enabled.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4