Skip to main content

Interface: TipTapDocumentOutput

Defined in: packages/sdk/src/types/generated/site.ts:262

TipTap native document structure.

Matches the TypeScript interface: { type: 'doc'; content?: Array<{ type: string; attrs?: Record<string, any>; content?: any[]; marks?: Array<{ type: string; attrs?: Record<string, any> }>; text?: string; }>; }

Indexable

[key: string]: unknown

Properties

content?

optional content: TipTapNodeOutput[] | null

Defined in: packages/sdk/src/types/generated/site.ts:264


translations?

optional translations: TipTapDocumentOutputTranslations

Defined in: packages/sdk/src/types/generated/site.ts:265


type?

optional type: "doc"

Defined in: packages/sdk/src/types/generated/site.ts:263