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, ...

TableContentMetadata is content metadata for table selection with table id and start and end coordinates

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

Hierarchy

Index

Properties

firstCell

firstCell: Coordinates

First Cell selection x and y position in the table

isDarkMode

isDarkMode: boolean

lastCell

lastCell: Coordinates

Last Cell selection x and y position in the table

tableId

tableId: string

type

Generated using TypeDoc