@patternmeshjs/core
Preparing search index...
TableDef
Interface TableDef
interface
TableDef
{
indexes
?:
Readonly
<
Record
<
string
,
IndexDef
>
>
;
localIndexes
?:
Readonly
<
Record
<
string
,
LocalIndexDef
>
>
;
name
:
string
;
partitionKey
:
string
;
sortKey
?:
string
;
}
Index
Properties
indexes?
local
Indexes?
name
partition
Key
sort
Key?
Properties
Optional
Readonly
indexes
indexes
?:
Readonly
<
Record
<
string
,
IndexDef
>
>
Optional
Readonly
local
Indexes
localIndexes
?:
Readonly
<
Record
<
string
,
LocalIndexDef
>
>
Readonly
name
name
:
string
Readonly
partition
Key
partitionKey
:
string
Optional
Readonly
sort
Key
sortKey
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
indexes
local
Indexes
name
partition
Key
sort
Key
@patternmeshjs/core
Loading...