empty property

E empty

The default element for the grid, or the "empty" element.

The empty element is used to represent the default value of the grid, and is used when resizing the grid. Depending on the implementation, the empty element may use less or no memory, and may be shared among all instances of the grid.

An empty element should be considered immutable.

Implementation

E get empty;