id | title | sidebar_label |
---|---|---|
layout-sideMenu |
Side Menu |
Side Menu |
This layout allows implementing sidemenus, which can be opened by swiping from one side towards the other side.
{
left: {
component: {}
},
center: {
stack: {
options: {},
children: [{
component: {}
}]
}
},
right: {
component: {}
}
}
Type | Required | Description |
---|---|---|
Layout | Yes | Center component, contains the main application. |
Type | Required | Description |
---|---|---|
Layout | No | Contains the left component layout. |
Type | Required | Description |
---|---|---|
Layout | No | Contains the right component layout. |