an array of apps
webix.ui({
view: "desktop",
systemParams: user,
apps: [{
name: "spreadsheet",
icon: "imgs/spreadsheet.png",
pin: ["bar", "desktop"],
launch: sParams => {
...
},
},
...
]
});
Each object in the array should have the following properties: