The cache key for the cell. Initialized to an empty string by default.
Private
_The index of the cell in the list. Initialized to -1 by default.
Optional
itemThe item property represents an identifiable entity that will be used within the BaseCell component. It is expected to implement the IIdentifiable interface.
The new ViewStatus to apply
Resets the cell by setting item and row to undefined. This method does not remove any view fragment.
Sets the item and updates the cell size based on the provided row. If the row is undefined, it defaults the cell size to [640, 480]. If the new item is the same as the current item, it does nothing. Otherwise, it updates the item and triggers the changeRowHidden method.
The row that this cell belongs to
Optional
item: IIdentifiableThe new item to be set.
BaseCell
Implements
Description
Base class for collection view cells that provides core cell functionality including content management, recycling, and rendering capabilities.