Preparing search index...
The search index is not available
snort.social
snort.social
@snort/shared
DexieWhereClause
Interface DexieWhereClause<T, TKey>
interface
DexieWhereClause
<
T
,
TKey
>
{
below
(
key
)
:
DexieCollection
<
T
,
TKey
>
;
between
(
lower
,
upper
,
includeLower
?
,
includeUpper
?
)
:
DexieCollection
<
T
,
TKey
>
;
startsWithIgnoreCase
(
key
)
:
DexieCollection
<
T
,
TKey
>
;
}
Type Parameters
T
=
any
TKey
=
DexieIndexableType
Index
Methods
below
between
starts
With
Ignore
Case
Methods
below
below
(
key
)
:
DexieCollection
<
T
,
TKey
>
Parameters
key
:
any
Returns
DexieCollection
<
T
,
TKey
>
between
between
(
lower
,
upper
,
includeLower
?
,
includeUpper
?
)
:
DexieCollection
<
T
,
TKey
>
Parameters
lower
:
any
upper
:
any
Optional
includeLower
:
boolean
Optional
includeUpper
:
boolean
Returns
DexieCollection
<
T
,
TKey
>
starts
With
Ignore
Case
starts
With
Ignore
Case
(
key
)
:
DexieCollection
<
T
,
TKey
>
Parameters
key
:
string
Returns
DexieCollection
<
T
,
TKey
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
below
between
starts
With
Ignore
Case
snort.social
@snort
shared
system
system-react
system-svelte
system-wasm
system-web
Generated using
TypeDoc