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, Expand)

Implemented by

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.

MMNEPVFCICPMFPCPTTAAATR