@ascentbv/ts-common - v1.0.224
Preparing search index...
BlockDataStore
Class BlockDataStore<T>
Type Parameters
T
extends
object
Index
Constructors
constructor
Methods
get
set
update
Constructors
constructor
new
BlockDataStore
<
T
extends
object
>
(
prefix
:
string
,
schema
:
Serializable
<
T
>
,
)
:
BlockDataStore
<
T
>
Type Parameters
T
extends
object
Parameters
prefix
:
string
schema
:
Serializable
<
T
>
Returns
BlockDataStore
<
T
>
Methods
get
get
(
location
:
DimensionLocation
)
:
T
|
undefined
Parameters
location
:
DimensionLocation
Returns
T
|
undefined
set
set
(
location
:
DimensionLocation
,
data
:
T
|
undefined
)
:
void
Parameters
location
:
DimensionLocation
data
:
T
|
undefined
Returns
void
update
update
(
location
:
DimensionLocation
,
data
:
Partial
<
T
>
)
:
void
Parameters
location
:
DimensionLocation
data
:
Partial
<
T
>
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
set
update
@ascentbv/ts-common - v1.0.224
Loading...