Skip to content

BlockSuite API Documentation / @blocksuite/affine-model / AliasInfoSchema

Variable: AliasInfoSchema

const AliasInfoSchema: ZodObject<{ description: ZodOptional<ZodString>; title: ZodOptional<ZodString>; }, "strip", ZodTypeAny, { description: string; title: string; }, { description: string; title: string; }>

Custom title and description information.

Supports the following blocks:

  1. Inline View: AffineReference - title
  2. Card View: EmbedLinkedDocBlock - title & description
  3. Embed View: EmbedSyncedDocBlock - title

Defined in

packages/affine/model/src/consts/doc.ts:16