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<ValueType>>[]  
parentList Readonly<Binding<ValueType>>[] (Optional)

Returns:

Readonly<Binding<ValueType>>[]