Interface: CodeItem
Defined in: web/lib/api/generated/types/pub/chive/richtext/defs.ts:287
Code block or inline code.
Properties
$type?
optional$type:"pub.chive.richtext.defs#codeItem"
Defined in: web/lib/api/generated/types/pub/chive/richtext/defs.ts:288
block?
optionalblock:boolean
Defined in: web/lib/api/generated/types/pub/chive/richtext/defs.ts:295
True for code block, false for inline code
content
content:
string
Defined in: web/lib/api/generated/types/pub/chive/richtext/defs.ts:291
Code content
language?
optionallanguage:string
Defined in: web/lib/api/generated/types/pub/chive/richtext/defs.ts:293
Programming language for syntax highlighting
type
type:
"code"
Defined in: web/lib/api/generated/types/pub/chive/richtext/defs.ts:289