Options to customize the behavior of getDestinationFromServiceBinding.

interface DestinationForServiceBindingOptions {
    serviceBindingTransformFn?: ServiceBindingTransformFunction;
}

Properties

serviceBindingTransformFn?: ServiceBindingTransformFunction

Custom transformation function to control how a Destination is built from the given Service.

Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.