Documentation
Framework
Version
Class References
Function References
Interface References
Type Alias References
Variable References

TextPart

Interface: TextPart<TMetadata>

Defined in: types.ts:236

Message parts - building blocks of UIMessage

Type Parameters

TMetadata

TMetadata = unknown

Properties

content

ts
content: string;
content: string;

Defined in: types.ts:238


metadata?

ts
optional metadata: TMetadata;
optional metadata: TMetadata;

Defined in: types.ts:239


type

ts
type: "text";
type: "text";

Defined in: types.ts:237