Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 854 Bytes

heuristic-table-plugin.tablecell.md

File metadata and controls

27 lines (16 loc) · 854 Bytes

Home > @native-html/heuristic-table-plugin > TableCell

TableCell interface

A cell is a unit of display for one th or td in a table, with coordinates and lengths relative to the matrix (rows, columns) coordinate system.

 0 1 2 → x 1 . . 2 . . ↓ y 

Signature:

export interface TableCell extends DisplayCell 

Extends: DisplayCell

Remarks

Properties

Property Type Description
type 'cell'
width number