Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Mark

A base class for nodes that mark some other inline content in some way (e.g. as being emphasised, or quoted).

Hierarchy

Index

Properties

Properties

content

content: InlineContent[]

Optional id

id: string

Optional meta

meta: {}

Type declaration

  • [key: string]: any

type

type: "Delete" | "Emphasis" | "Mark" | "NontextualAnnotation" | "Quote" | "Strong" | "Subscript" | "Superscript"

Generated using TypeDoc