C

TableNodeStyle

ImplementsInheritance Hierarchy

Remarks

This implementation stores the table instance and therefore, its instances cannot be shared among different table instances.

See Also

Developer's Guide

Members

No filters for this type

Constructors

Constructor with a custom renderer implementation that uses table as backing table model.

Parameters

table?: ITable
The table instance that defines the tabular structure.

Properties

Gets or sets the style that is used to draw the background of the table.
By default, the background style is a VOID_NODE_STYLE and nothing is drawn.
final

See Also

Developer's Guide
Gets the renderer implementation that can be queried for implementations that provide details about the visual appearance and visual behavior for a given node and this style instance.
The idiom for retrieving, e.g. an IVisualCreator implementation for a given style is:
const creator = style.renderer.getVisualCreator(node, style)
const visual = creator.createVisual(context)
readonlyfinal
Gets or sets the ITable instance that defines the tabular structure.
final
Gets or sets the order in which rows and columns are rendered.
conversionfinal

See Also

Developer's Guide

Methods

Create a clone of this object.
final

Return Value

Object
A clone of this object.