Velo is the Javascript UI Framework of VendorLink.
With Velo, VendorLink developers can develop UI objects in a fast and easy way. The articles in this section are for most for VendorLink Developers.
Example Usage:
const vm = new Velo({The following UI Objects can be created with Velo:
el: "flow-select",
type: "list-group-item",
data: {
function: velo.Data.get.flows,
input: [2]
},
connections: [{
elementid: "flow-details"
}]
});
- List group items
- Card
- Planboard
- Tasklist
- Userlist
- Auditloglist
- Filelist