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

    Interface WithSelection<EntityT, DeSerializersT>

    Interface implemented by OData requests returning data like getAll or getByKey.

    interface WithSelection<
        EntityT extends EntityBase,
        DeSerializersT extends DeSerializers,
    > {
        selects: Selectable<EntityT, DeSerializersT>[];
    }

    Type Parameters

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    Properties

    Select a list of fields on the schema property of the entity api.

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