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