DVUI

options

Parameters

#
self:Self
Self
cell:Cell
Cell

Source

Implementation

#
pub fn options(self: Self, cell: Cell) Options {
            return self.style1.options(cell).override(self.style2.options(cell));
        }