Looking for Vue, React, Angular, Laravel Version? Click here to Get 5 in 1 JS Bundle.

Page Appearance

  1. page_layout
    - for layout of page there are 2 options given below. Values are in string.
    "page_layout": {
    "value": "container"
    },
    choices: ["container", "container-fluid"],
  2. To get the current value of the following you can use:

    page_layout

    this.pageLayoutSelector$ = store.pipe(select(SettingSelectors.pageLayoutSelector));
  3. To use action you can use dispatch to update state.js.

    page_layout

    this.store.dispatch(SettingActions.page_layout({value: value}))