Documentation
    Preparing search index...

    Type Alias ContainerResolveEventData<KnownBindings>

    ContainerResolveEventData:
        | { binding: AbstractConstructor<unknown>; value: unknown }
        | { [K in keyof KnownBindings]: { binding: K; value: KnownBindings[K] } }[keyof KnownBindings]

    The data emitted by the container_binding:resolved event. If known bindings are defined, then the bindings and values will be correctly inferred.

    Type Parameters

    • KnownBindings

      Known bindings record type