Page Contents

Home > @loopback/context > Binding > valueConstructor

Binding.valueConstructor property

For bindings bound via toClass(), this property contains the constructor function of the class

Signature:

get valueConstructor(): Constructor<T> | undefined;