Readonlyactions: ADefsOptional Readonlyreducers?: ReducersFromMap<SSchema, ADefs>Readonlystate: SSchemaOptional Readonlytraits?: unknowntraits:
ModuleTag.implement
to call StateTrait.install.
(Note: if you use ModuleTag.live to export a Layer and want trait behavior, call StateTrait.install explicitly in logics,
or use ModuleTag.implement instead.)
ModuleTag.make:
Note: since 022, the old
Module(Tag identity) was renamed toModuleTag; useLogix.Modulefor module definition objects.