Navbar Schema
lowcodera Navigation bar JSON Schema reference
Navigation Configuration Schema
ClearCollect(
globalnav,
{
type: "DropDown",
title: "Employee Corner",
icon: "object-group",
key: "ec",
dropDown: [
{
type: "Action",
title: "Log Timesheet",
key: "logtimesheet"
},
{
type: "Action",
title: "Apply Leave",
key: "leave"
},
{
type: "Action",
title: "My Projects",
key: "projects"
}
]
},
{
type: "Action",
icon: "cog",
key: "settings",
}
)Description of Schema
Last updated