Home Identifier Source Repository
public class | source

PoliciesStore

Extends:

FluxMapStoreBaseStore → PoliciesStore

The policies store

Constructor Summary

Public Constructor
public

constructor(dispatcher: APIDispatcher)

Sets the the dispatcher and appropriate actions for policies

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 policies

Override:

BaseStore#constructor

Params:

NameTypeAttributeDescription
dispatcher APIDispatcher

The dispatcher to register with