@logixjs/core
    Preparing search index...

    Type Alias LinkHandles<Ms>

    LinkHandles: {
        [M in Ms[number] as LinkModuleIdOf<M>]: ModuleHandle<
            LinkModuleShapeOf<M>,
        >
    }

    Handle view exposed to Link logic, derived from the module list:

    • key: module id.
    • value: read-only handle of that module.

    Type Parameters