Home Identifier Source Repository
public class | source

ThemesStore

Extends:

FluxMapStoreBaseStore → ThemesStore

The themes store

Constructor Summary

Public Constructor
public

constructor(dispatcher: APIDispatcher)

Sets the the dispatcher and appropriate actions for themes

Inherited Summary

From class BaseStore
public

areEqual(state1: object, state2: object): boolean

Determines whether or not the state of this store has changed.

public

reduce(state: object, action: object): object

Used to reduce a stream of actions coming from the dispatcher into a

public

Queries the store for resources matching the source object

Public Constructors

public constructor(dispatcher: APIDispatcher) source

Sets the the dispatcher and appropriate actions for themes

Override:

BaseStore#constructor

Params:

NameTypeAttributeDescription
dispatcher APIDispatcher

The dispatcher to register with