Options
All
  • Public
  • Public/Protected
  • All
Menu

A content metadata is a data structure storing information other than HTML content, such as dark mode info, selection info, ...

NormalContentMetadata is content metadata for normal selection with a start and end selection path.

When do any change to this type, also need to fix function isUndoMetadata to make sure the check is correct

Hierarchy

Index

Properties

Properties

end

end: number[]

End path of selection

isDarkMode

isDarkMode: boolean

start

start: number[]

Start path of selection

type

type: Normal

Generated using TypeDoc