Interface CellConstructor<T>

Source
Expand description

Args for constructing a cell

interface CellConstructor<T> {
    initial: T;
}

Properties§

§initial: T

Initial value