Docs
CodeRabbit
Cloudflare
AG Grid
Netlify
Neon
WorkOS
Clerk
Convex
Electric
PowerSync
Sentry
Prisma
Strapi
Unkey
UI.dev
CodeRabbit
Cloudflare
AG Grid
Netlify
Neon
WorkOS
Clerk
Convex
Electric
PowerSync
Sentry
Prisma
Strapi
Unkey
UI.dev
Class References
Function References
Interface References
Type Alias References
Variable References
Interface References

TextPart

Interface: TextPart<TMetadata>

Defined in: types.ts:278

Message parts - building blocks of UIMessage

Type Parameters

TMetadata

TMetadata = unknown

Properties

content

ts
content: string;

Defined in: types.ts:280


metadata?

ts
optional metadata: TMetadata;

Defined in: types.ts:281


type

ts
type: "text";

Defined in: types.ts:279