Interface WithSelection<EntityT, DeSerializersT>

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

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

Type Parameters

Hierarchy (view full)

Implemented by

Properties

Properties

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

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