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

TextPart

Interface: TextPart

Defined in: types.ts:175

Message parts - building blocks of UIMessage

Properties

content

ts
content: string;
content: string;

Defined in: types.ts:177


type

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

Defined in: types.ts:176