Service to handle the fetch of menu items
Methods
# async inner getPageLayout(params) → {Promise.<Page>}
Gets the content/layout of an specific Page of the application
Parameters:
Name | Type | Description |
---|---|---|
params |
*
|
Params defined as an object |
route |
string
|
page route path |
locale |
string
|
locale code |
segmentationValue |
string
|
segmentation value |
Page
Promise.<Page>