Preparing search index...
The search index is not available
snort.social
snort.social
@snort/shared
DexieTableLike
Interface DexieTableLike<T, TKey>
Dexie Table
like structure
interface
DexieTableLike
<
T
,
TKey
>
{
bulkGet
(
keys
)
:
DexiePromiseExtended
<
(
undefined
|
T
)
[]
>
;
bulkPut
(
items
,
keys
?
,
options
?
)
:
DexiePromiseExtended
<
TKey
>
;
clear
(
)
:
DexiePromiseExtended
<
void
>
;
get
(
key
)
:
DexiePromiseExtended
<
undefined
|
T
>
;
orderBy
(
index
)
:
DexieCollection
<
T
,
TKey
>
;
put
(
item
,
key
?
)
:
DexiePromiseExtended
<
TKey
>
;
toArray
(
)
:
DexiePromiseExtended
<
T
[]
>
;
toCollection
(
)
:
{
get
primaryKeys
():
{
(
)
:
DexiePromiseExtended
<
TKey
[]
>
;
<
R
>
(
thenShortcut
)
:
DexiePromiseExtended
<
R
>
;
}
;
}
;
where
(
index
)
:
DexieWhereClause
<
T
,
TKey
>
;
}
Type Parameters
T
=
any
TKey
=
DexieIndexableType
Index
Methods
bulk
Get
bulk
Put
clear
get
order
By
put
to
Array
to
Collection
where
Methods
bulk
Get
bulk
Get
(
keys
)
:
DexiePromiseExtended
<
(
undefined
|
T
)
[]
>
Parameters
keys
:
TKey
[]
Returns
DexiePromiseExtended
<
(
undefined
|
T
)
[]
>
bulk
Put
bulk
Put
(
items
,
keys
?
,
options
?
)
:
DexiePromiseExtended
<
TKey
>
Parameters
items
:
readonly
T
[]
Optional
keys
:
DexieIndexableTypeArrayReadonly
Optional
options
:
{
allKeys
:
boolean
;
}
all
Keys
:
boolean
Returns
DexiePromiseExtended
<
TKey
>
clear
clear
(
)
:
DexiePromiseExtended
<
void
>
Returns
DexiePromiseExtended
<
void
>
get
get
(
key
)
:
DexiePromiseExtended
<
undefined
|
T
>
Parameters
key
:
TKey
Returns
DexiePromiseExtended
<
undefined
|
T
>
order
By
order
By
(
index
)
:
DexieCollection
<
T
,
TKey
>
Parameters
index
:
string
|
string
[]
Returns
DexieCollection
<
T
,
TKey
>
put
put
(
item
,
key
?
)
:
DexiePromiseExtended
<
TKey
>
Parameters
item
:
T
Optional
key
:
TKey
Returns
DexiePromiseExtended
<
TKey
>
to
Array
to
Array
(
)
:
DexiePromiseExtended
<
T
[]
>
Returns
DexiePromiseExtended
<
T
[]
>
to
Collection
to
Collection
(
)
:
{
get
primaryKeys
():
{
(
)
:
DexiePromiseExtended
<
TKey
[]
>
;
<
R
>
(
thenShortcut
)
:
DexiePromiseExtended
<
R
>
;
}
;
}
Returns
{
get
primaryKeys
():
{
(
)
:
DexiePromiseExtended
<
TKey
[]
>
;
<
R
>
(
thenShortcut
)
:
DexiePromiseExtended
<
R
>
;
}
;
}
get
primary
Keys
():
{
(
)
:
DexiePromiseExtended
<
TKey
[]
>
;
<
R
>
(
thenShortcut
)
:
DexiePromiseExtended
<
R
>
;
}
where
where
(
index
)
:
DexieWhereClause
<
T
,
TKey
>
Parameters
index
:
string
|
string
[]
Returns
DexieWhereClause
<
T
,
TKey
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
bulk
Get
bulk
Put
clear
get
order
By
put
to
Array
to
Collection
where
snort.social
@snort
shared
system
system-react
system-svelte
system-wasm
system-web
Generated using
TypeDoc
Dexie Table like structure