BlockSuite API Documentation / @blocksuite/inline / baseTextAttributes
Variable: baseTextAttributes 
constbaseTextAttributes:ZodObject<object,"strip",ZodTypeAny,object,object>
Type declaration 
bold 
bold:
ZodCatch<ZodNullable<ZodOptional<ZodLiteral<true>>>>
code 
code:
ZodCatch<ZodNullable<ZodOptional<ZodLiteral<true>>>>
italic 
italic:
ZodCatch<ZodNullable<ZodOptional<ZodLiteral<true>>>>
link 
link:
ZodCatch<ZodNullable<ZodOptional<ZodString>>>
strike 
strike:
ZodCatch<ZodNullable<ZodOptional<ZodLiteral<true>>>>
underline 
underline:
ZodCatch<ZodNullable<ZodOptional<ZodLiteral<true>>>>
Defined in 
packages/framework/inline/src/utils/base-attributes.ts:3