@bodil/bdb
System
Light
Dark
Search…
Preparing search index...
Index
Interface Index<A>
Abstract
Internal
interface
Index
<
A
extends
object
>
{
keyType
:
unknown
;
name
:
string
;
record
:
object
;
extractKeys
(
value
:
A
)
:
unknown
[]
;
}
Type Parameters
A
extends
object
Hierarchy (
View Summary
)
Index
UnitIndex
Implemented by
ArrayIndex
CompoundIndex
CustomIndex
PrimitiveIndex
Properties
Readonly
key
Type
keyType
:
unknown
Readonly
name
name
:
string
Readonly
record
record
:
object
Methods
Abstract
extract
Keys
extractKeys
(
value
:
A
)
:
unknown
[]
Parameters
value
:
A
Returns
unknown
[]
Properties
key
Type
name
record
Methods
extract
Keys
@bodil/bdb - v0.2.1
Loading...