Skip to content

Type Alias: Selection<T>

Selection<T> = SelectionShape<T> & SelectionViewSpread<T>

Defined in: packages/fate/src/types.ts:187

Declarative selection of the fields a view needs from an entity.

Type Parameters

T

T extends Entity

Released under the MIT License