AdaptableStyle

Style object used in numerous AdapTable Modules.

Composed of two reusable slices — CellFontStyle (text) and CellBoxStyle (cell chrome) — plus a ClassName escape hatch. The shape is unchanged from previous releases; the slices exist so that Styled Columns can opt-in to a single slice (Font or Cell) without having to embed a full AdaptableStyle.

TypeScript
export interface AdaptableStyle extends CellFontStyle,
Extends

CellFontStyle, CellBoxStyle

Properties

PropertyTypeDescription
ClassNamestringExisting CSS Class; use instead of setting other object properties

Property Details

ClassName

Existing CSS Class; use instead of setting other object properties

TypeScript
ClassName?: string;
Property Value

string