HeaderCell template

The main purpose of this cell is to mark its content as not focusable and read-only. Usually used to mark header rows and columns.

Implementation

  • Open HeaderCell implementation on github

Interface declaration

interface HeaderCell extends Cell {
    type: 'header',
    text: string,
}
Property nameTypeProperty description
typeheaderType of cell template
textstringContent of cell