prorm API Reference
← Documentation
GitLab
Preparing search index...
index
ExternalStoreRegistry
Class ExternalStoreRegistry
Registry of stores, keyed by the name given to
registerStore()
.
Index
Constructors
constructor
Methods
register
get
has
clear
Constructors
constructor
new
ExternalStoreRegistry
()
:
ExternalStoreRegistry
Returns
ExternalStoreRegistry
Methods
register
register
(
name
:
string
,
store
:
unknown
,
options
?:
RegisterStoreOptions
)
:
void
Parameters
name
:
string
store
:
unknown
options
:
RegisterStoreOptions
= {}
Returns
void
get
get
(
name
:
string
)
:
RegisteredStore
Parameters
name
:
string
Returns
RegisteredStore
has
has
(
name
:
string
)
:
boolean
Parameters
name
:
string
Returns
boolean
clear
clear
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
register
get
has
clear
← Documentation
GitLab
prorm API Reference
Loading...
Registry of stores, keyed by the name given to
registerStore().