SAP Cloud SDK for JavaScript - v4.1.1
    Preparing search index...

    This interface is used for defining e.g., headers and query parameters with origin information. Options defined in custom take precedence over requestConfig.

    interface OriginOptions {
        custom?: Record<string, any>;
        requestConfig?: Record<string, any>;
    }
    Index

    Properties

    custom?: Record<string, any>

    Header or parameters properties set explicitly, which take precedence over requestConfig.

    requestConfig?: Record<string, any>

    Header or parameter properties originating from the request config.

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