struct

Phosphor::ColumnStyle

Inherits Struct < Value < Object

Per-row style override for a TableMock, applied by row index in Props#column_styles. Lets a caller give an individual row's label and value cells distinct styles — e.g. highlighting a mismatch — without affecting row_style or selected_style for every other row.

Constructors

new(label_style : Style = Style.default, value_style : Style = Style.default)
Source

Instance methods

label_style
Source
value_style
Source