Page Contents

Home > @loopback/context > Context > _mergeWithParent

Context._mergeWithParent() method

Signature:

protected _mergeWithParent<ValueType>(childList: Readonly<Binding<ValueType>>[], parentList?: Readonly<Binding<ValueType>>[]): Readonly<Binding<ValueType>>[];

Parameters

Parameter Type Description
childList Readonly<[Binding](/doc/en/lb4/apidocs.context.binding.html)<ValueType>>\[\]
parentList Readonly<[Binding](/doc/en/lb4/apidocs.context.binding.html)<ValueType>>\[\] _(Optional)_

Returns:

Readonly<Binding<ValueType>>[]