BlockSuite API Documentation / @blocksuite/virgo / baseTextAttributes
Variable: baseTextAttributes ​
const
baseTextAttributes: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
>>>>
Source ​
packages/virgo/src/utils/base-attributes.ts:3
Generated using typedoc-plugin-markdown and TypeDoc