Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TableCell

A cell within a Table.

Hierarchy

Index

Properties

Optional cellType

cellType: "data" | "header"

Optional colspan

colspan: number

content

content: Node[]

Optional id

id: string

Optional meta

meta: {}

Type declaration

  • [key: string]: any

Optional name

name: string

Optional rowspan

rowspan: number

type

type: "TableCell"

Generated using TypeDoc