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_layout
this.pageLayoutSelector$ = store.pipe(select(SettingSelectors.pageLayoutSelector));
- To use action you can use dispatch to update state.js.
page_layout
this.store.dispatch(SettingActions.page_layout({value: value}))