Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@matter/main
index
StorageContextFactory
Interface StorageContextFactory<S>
interface
StorageContextFactory
<
S
>
{
createContext
(
context
:
string
)
:
StorageContext
<
S
>
;
}
Type Parameters
S
extends
Storage
=
any
Implemented by
StorageContext
StorageManager
Index
Methods
create
Context
Methods
create
Context
create
Context
(
context
)
:
StorageContext
<
S
>
Parameters
context
:
string
Returns
StorageContext
<
S
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
create
Context
matter.js-monorepo
Loading...