vapor-chamber API reference - v1.16.0
    Preparing search index...

    Type Alias TargetOf<M, A>

    TargetOf: M[A] extends { target: infer T } ? T : any

    Extract the target type for action A from a CommandMap. Used in typed bus interfaces.

    Type Parameters