Skip to content

Type Alias: NodesItem<V>

NodesItem<V> = Readonly<{ ids: ReadonlyArray<string | number>; view: V; }>

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

Definition of a node request with explicit IDs for fetching data from the backend.

Type Parameters

V

V extends View<any, any>

Released under the MIT License