hosanna-ui-docs - v0.9.0
    Preparing search index...

    DynamicCell is an extension of BaseCell that dynamically manages its view fragment. It handles style changes, view status updates, and rendering within a collection view.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _cacheKey: string = ''

    The cache key for the cell. Initialized to an empty string by default.

    _hid: string = ''

    Internal hierarchical identifier for the cell

    currentStyle: string = ''

    The current style key applied to this cell.

    index: number = -1

    The index of the cell in the list. Initialized to -1 by default.

    The item property represents an identifiable entity that will be used within the BaseCell component. It is expected to implement the IIdentifiable interface.

    Reference to the row that contains this cell

    viewFragment: undefined | IViewFragment = undefined

    The current view fragment associated with this cell.

    viewFragmentProvider: IViewFragmentProvider

    Injected provider for managing view fragments.

    viewStatus: ViewStatus = ViewStatus.Normal

    Current status of the view

    Methods