@logixjs/core
Preparing search index...
StateTrait
install
Function install
install
<
S
extends
object
>
(
bound
:
Bound
.
BoundApi
<
any
,
any
>
,
program
:
StateTraitProgram
<
S
>
,
)
:
Effect
<
void
,
never
,
any
>
StateTrait.install:
Installs Program-defined behavior (computed/link/source/check, etc.) on top of a Bound API.
Each PlanStep corresponds to a long-lived Effect mounted into the runtime Scope.
Type Parameters
S
extends
object
Parameters
bound
:
Bound
.
BoundApi
<
any
,
any
>
program
:
StateTraitProgram
<
S
>
Returns
Effect
<
void
,
never
,
any
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
@logixjs/core
Loading...
StateTrait.install: