@patternmeshjs/core
Preparing search index...
connect
Function connect
connect
<
const
T
extends
TableDef
,
const
E
extends
Record
<
string
,
CompiledEntity
>
,
>
(
table
:
T
,
opts
:
ConnectOptions
<
E
>
,
)
:
ConnectedDb
<
T
,
E
>
Type Parameters
const
T
extends
TableDef
const
E
extends
Record
<
string
,
CompiledEntity
>
Parameters
table
:
T
opts
:
ConnectOptions
<
E
>
Returns
ConnectedDb
<
T
,
E
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@patternmeshjs/core
Loading...