Skip to main content
Version: 7.11.2

Side Menu

This layout allows to implement sidemenus, which can be opened by swiping from one side towards the other side.

{
left: {
component: {}
},
center: {
stack: {
options: {},
children: [{
component: {}
}]
}
},
right: {
component: {}
}
}

center: Layout#

Center component, contains the main application.

left?: Layout#

Contain the left component layout.

right?: Layout#

Contain the right component layout.