BlockSuite API Documentation / @blocksuite/blocks / AliasInfoSchema
Variable: AliasInfoSchema
constAliasInfoSchema:z.ZodObject<{description:z.ZodOptional<z.ZodString>;title:z.ZodOptional<z.ZodString>; },"strip",z.ZodTypeAny, {description:string;title:string; }, {description:string;title:string; }>
Custom title and description information.
Supports the following blocks:
- Inline View:
AffineReference- title - Card View:
EmbedLinkedDocBlock- title & description - Embed View:
EmbedSyncedDocBlock- title
Defined in
packages/affine/model/dist/consts/doc.d.ts:13