@logixjs/core
Preparing search index...
StateTrait
build
Function build
build
<
S
extends
object
>
(
stateSchema
:
Schema
<
S
,
any
>
,
spec
:
StateTraitSpec
<
S
>
,
)
:
StateTraitProgram
<
S
>
StateTrait.build:
Normalizes the spec into an executable Program (including Graph/Plan).
When DSL and build constraints differ, build is the final authority (e.g. requiring explicit deps).
Type Parameters
S
extends
object
Parameters
stateSchema
:
Schema
<
S
,
any
>
spec
:
StateTraitSpec
<
S
>
Returns
StateTraitProgram
<
S
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
@logixjs/core
Loading...
StateTrait.build: