# builtInRenderProjections

Source: /tuil/docs/reference/packages/streaming/api/built-in-render-projections
Locale: en

constant exported by @mwillbanks/tuil-streaming.



{/* Generated by tooling/docs/generate-reference.ts. */}

## constant [#constant]

Public constant exported by `@mwillbanks/tuil-streaming`.

```ts
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 [#members]

This declaration has no public members.

## Parameters [#parameters]

This declaration has no public members.

## Returns [#returns]

This declaration does not return a value.

## Throws [#throws]

No thrown errors are documented for this declaration.

## Related types [#related-types]

* [`DocumentNode`](/tuil/docs/reference/packages/streaming/api/document-node)
* [`PartialDocument`](/tuil/docs/reference/packages/streaming/api/partial-document)

## Source [#source]

[View the secondary source reference](https://github.com/mwillbanks/tuil/blob/main/packages/streaming/src/index.ts)

## Package [#package]

[@mwillbanks/tuil-streaming](/tuil/docs/reference/packages/streaming)
