Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@matter/node
.
ControllerStoreInterface
Class ControllerStoreInterface
Abstract
Implemented by
ControllerStore
Index
Constructors
constructor
Accessors
ca
Storage
fabric
Storage
nodes
Storage
session
Storage
Methods
client
Node
Store
close
erase
Constructors
constructor
new
Controller
Store
Interface
(
)
:
ControllerStoreInterface
Returns
ControllerStoreInterface
Accessors
Abstract
ca
Storage
get
caStorage
(
)
:
StorageContext
<
any
>
Returns
StorageContext
<
any
>
Abstract
fabric
Storage
get
fabricStorage
(
)
:
StorageContext
<
any
>
Returns
StorageContext
<
any
>
Abstract
nodes
Storage
get
nodesStorage
(
)
:
StorageContext
<
any
>
Returns
StorageContext
<
any
>
Abstract
session
Storage
get
sessionStorage
(
)
:
StorageContext
<
any
>
Returns
StorageContext
<
any
>
Methods
Abstract
client
Node
Store
client
Node
Store
(
nodeId
)
:
MaybePromise
<
StorageContext
<
any
>
>
Parameters
nodeId
:
string
Returns
MaybePromise
<
StorageContext
<
any
>
>
Abstract
close
close
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Abstract
erase
erase
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Accessors
ca
Storage
fabric
Storage
nodes
Storage
session
Storage
Methods
client
Node
Store
close
erase
matter.js-monorepo
Loading...