stores an array of the selected item objects
// stores objects of the selected items
const selected = $$("dm").getState().selectedItem;
The property stores array of the selected item object(s) with the following structure:
[
{
$ext: "txt",
date: new Date(),
id: "/lasagna.txt",
size: 1784,
type: "code",
value: "lasagna.txt",
},
// other objects if any
]