Bluestep JS Documentation
Preparing search index...
B
Bluestep
Net
OAuth
DataStoreFactory
Interface DataStoreFactory
interface
DataStoreFactory
{
getDataStore
<
V
extends
Serializable
>
(
id
:
string
)
:
V
;
}
Implemented by
AbstractDataStoreFactory
Index
Methods
get
Data
Store
Methods
get
Data
Store
getDataStore
<
V
extends
Serializable
>
(
id
:
string
)
:
V
Returns a type-specific data store based on the given unique ID
Type Parameters
V
extends
Serializable
Parameters
id
:
string
Returns
V
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
get
Data
Store
Bluestep JS Documentation
Loading...
Returns a type-specific data store based on the given unique ID