Module

reduxAppActions

Redux app actions
Author:

View Source store/actions/app.js, line 4

Methods

# static setBrowserType(isMobileBrowser) → {SetBrowserTypeReturnObject}

Sets the browser type
Parameters:
Name Type Description
isMobileBrowser boolean Indicates if the browser is a mobile browser

View Source store/actions/app.js, line 17

SetBrowserTypeReturnObject

Type Definitions

object

# SetBrowserTypeReturnObject

Return object for the setBrowserType function
Properties:
Name Type Description
type module:reduxActionTypes An action type
isMobileBrowser boolean Indicates if the browser is a mobile browser

View Source store/actions/app.js, line 18