cellOptionsOverride
Parameters
- self:*const HoveredRow
- *const HoveredRow
- cell_opts:CellOptions
- CellOptions
Source
Implementation
pub fn cellOptionsOverride(self: *const HoveredRow, cell_opts: CellOptions) HoveredRow {
return .{
.cell_opts = self.cell_opts.override(cell_opts),
.opts = self.opts,
.highlighted_row = self.highlighted_row,
};
}