Page Appearance
-
page_layout- for layout of page there are 2 options given below. Values are in string."page_layout": { "value": "container" }, choices: ["container", "container-fluid"], - To get the current value of the following you can use:
page_layoutthis.pageLayoutSelector$ = store.pipe(select(SettingSelectors.pageLayoutSelector)); - To use action you can use dispatch to update state.js.
page_layoutthis.store.dispatch(SettingActions.page_layout({value: value}))