@logixjs/core
Preparing search index...
Link
makeDeclarative
Function makeDeclarative
makeDeclarative
<
Ms
extends
readonly
LinkModuleToken
<
string
,
AnyModuleShape
>
[]
>
(
config
:
Link
.
LinkConfig
<
Ms
>
,
build
:
(
args
:
any
)
=>
readonly
any
[]
,
)
:
Effect
<
void
,
never
,
never
>
Link.makeDeclarative:
A controlled builder that generates DeclarativeLinkIR (ReadQuery/static deps -> dispatch only).
Strong consistency applies to this IR; prefer it when you need same-tick cross-module convergence.
Type Parameters
Ms
extends
readonly
LinkModuleToken
<
string
,
AnyModuleShape
>
[]
Parameters
config
:
Link
.
LinkConfig
<
Ms
>
build
:
(
args
:
any
)
=>
readonly
any
[]
Returns
Effect
<
void
,
never
,
never
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
@logixjs/core
Loading...
Link.makeDeclarative: