tuil
ReferencePackages@mwillbanks/tuil-streamingAPI

builtInRenderProjections

constant exported by @mwillbanks/tuil-streaming.

View rawEdit

constant

Public constant exported by @mwillbanks/tuil-streaming.

export const builtInRenderProjections: readonly ({ id: string; project: (value: PartialDocument) => string; } | { id: string; project: (value: PartialDocument) => readonly DocumentNode[]; } | { id: string; project: (value: PartialDocument) => DocumentNode; } | { id: string; project: (value: PartialDocument) => unknown[]; } | { id: string; project: (value: PartialDocument) => { count: number; rows: readonly DocumentNode[]; }; })[];

Members

This declaration has no public members.

Parameters

This declaration has no public members.

Returns

This declaration does not return a value.

Throws

No thrown errors are documented for this declaration.

Source

View the secondary source reference

Package

@mwillbanks/tuil-streaming

On this page