Hierarchy

  • Cells

Properties

column: string

The id of the column containing this cell.

label: string

The text for the cell label.

labelHalign: string

The horizontal alignment value for the cell label.

labelStyle: object

The CSS style object defining the style of the cell label. The following style properties are supported: color, cursor, fontFamily, fontSize, fontStyle, fontWeight, textDecoration. The default value comes from the CSS and varies based on theme.

maximizedSvgClassName: string

The CSS style class for this cell. Used for customizing the minimized cell background and border.

maximizedSvgStyle: object

The CSS style object for this cell. Used for customizing the maximized cell background and border. Only SVG CSS style properties are supported. The default value comes from the CSS and varies based on theme.

minimizedSvgClassName: string

The CSS style class for this cell. Used for customizing the minimized cell background and border.

minimizedSvgStyle: object

The CSS style object for this cell. Used for customizing the minimized cell background and border. Only SVG CSS style properties are supported. The default value comes from the CSS and varies based on theme.

row: string

The id of the row containing this cell.

shortDesc: string

The description of this cell. This is used for accessibility.

showCount: string

Determines when to display the cell count label (extra info displayed after primary cell label). "off" never show the count label. "on" always show the count label. Show countLabel value if specified, otherwise use a simple node count. "auto" show the count label if countLabel attribute is defined.

svgClassName: string

The CSS style class for this cell. Used for customizing the cell background and border.

svgStyle: object

The CSS style object for this cell. Used for customizing the cell background and border. Only SVG CSS style properties are supported. The default value comes from the CSS and varies based on theme.

Generated using TypeDoc