Search
Preparing search index...
The search index is not available
RxComp StoreModule
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
RxComp StoreModule
Index
Enumerations
Store
Type
Classes
Cookie
Storage
Component
Cookie
Storage
Service
Local
Storage
Component
Local
Storage
Service
Session
Storage
Component
Session
Storage
Service
Storage
Service
Store
Store
Module
Interfaces
IStorage
Item
IStore
Variables
factories
pipes
Functions
make
Next
make
Next
Error
make
Select
use
Store
Variables
Const
factories
factories
:
typeof
Factory
[]
= [CookieStorageComponent,LocalStorageComponent,SessionStorageComponent,]
Const
pipes
pipes
:
typeof
Pipe
[]
= []
Functions
make
Next
make
Next
(
state
:
BehaviorSubject
<
any
>
)
:
(
callback
:
(
draft
:
any
)
=>
any
)
=>
void
Parameters
state:
BehaviorSubject
<
any
>
Returns
(
callback
:
(
draft
:
any
)
=>
any
)
=>
void
(
callback
:
(
draft
:
any
)
=>
any
)
:
void
Parameters
callback:
(
draft
:
any
)
=>
any
(
draft
:
any
)
:
any
Parameters
draft:
any
Returns
any
Returns
void
make
Next
Error
make
Next
Error
(
state
:
BehaviorSubject
<
any
>
)
:
(
error
:
any
)
=>
Observable
<
any
>
Parameters
state:
BehaviorSubject
<
any
>
Returns
(
error
:
any
)
=>
Observable
<
any
>
(
error
:
any
)
:
Observable
<
any
>
Parameters
error:
any
Returns
Observable
<
any
>
make
Select
make
Select
(
state
:
BehaviorSubject
<
any
>
)
:
(
callback
:
(
draft
:
any
)
=>
any
)
=>
any
Parameters
state:
BehaviorSubject
<
any
>
Returns
(
callback
:
(
draft
:
any
)
=>
any
)
=>
any
(
callback
:
(
draft
:
any
)
=>
any
)
:
any
Parameters
callback:
(
draft
:
any
)
=>
any
(
draft
:
any
)
:
any
Parameters
draft:
any
Returns
any
Returns
any
use
Store
use
Store
(
state
:
any
, type
?:
StoreType
, key
?:
undefined
|
string
)
:
IStore
Parameters
state:
any
Optional
type:
StoreType
Optional
key:
undefined
|
string
Returns
IStore
Globals
Store
Type
Cookie
Storage
Component
Cookie
Storage
Service
Local
Storage
Component
Local
Storage
Service
Session
Storage
Component
Session
Storage
Service
Store
Store
Module
use
Store