appIconPath

a path to the folder containing icons for apps

string appIconPath;

Example

webix.ui({
    view: "desktop",
    appIconPath: "../imgs",
    ...
})

Back to top