Cell interface is a base for built-in cell templates and your own, it has only one necessary property - type.

Definition

interface Cell {
    type: string;
    groupId?: Id;
    style?: CellStyle;
    className?: string;
}

Properties

PropertiesTypeProperties description
typestringName of cell type, must be unique
groupIdIdId of group to which this cell belongs to
style?CellStyleAllowed style properties contained in CellStyle interface
className?stringAdditional CSS classes