Global

Members

(constant) MODULE_NAME :string

Source:

Defines the module name.

Type:
  • string

Methods

Factory(storeKey) → {FactoryReturns}

Source:
See:

Factory creates reduxed components.

Parameters:
Name Type Description
storeKey string

The store/reducer key.

Returns:
Type
FactoryReturns

Reducer(state, action)

Source:
See:

Reducer is the handler function for redux actions.

Parameters:
Name Type Description
state object

The current reducer state or init state.

action obejct

The current action to process.

Type Definitions

FactoryReturns

Source:
See:
Properties:
Name Type Description
Status Component

Reduxed Status component.

Type:
  • Object

ReducerState

Source:
See:
Properties:
Name Type Description
connected boolean

true when the socket is connected.

scheduled number

Timeout in milliseconds before Socket.connect() will be called; 0 when Socket.connect() is not scheduled.

stopped boolean

true when Socket.stop() has been called.

Type:
  • Object