Interface AppBarMenuMainLayout

Represents a AppBar, Menu, Main/features layout.

Example

{
"appbar": {
"name": "fint-kontroll-appbar-pod",
"uri": "http://fint-kontroll-appbar-pod:7100/manifest.json"
},
"menu": {
"name": "fint-kontroll-menu-pod",
"uri": "http://fint-kontroll-appbar-pod:7100/manifest.json"
},
"main": [
{
"name": "fint-kontroll-groups-pod",
"uri": "http://fint-kontroll-groups-pod:7100/manifest.json"
}
]
}

Hierarchy

  • AppBarMenuMainLayout

Properties

Properties

appbar: Pod

The AppBar Pod

main: Pod[]

A list of main/feature Pods

menu: Pod

The Menu Pod

Generated using TypeDoc