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

    Enumeration ViewPhase

    Enum representing the lifecycle phase of a view.

    Index

    Enumeration Members

    Hibernating: 4

    The view is hibernating (inactive but not destroyed).

    Initial: 0

    The view is in its initial state.

    Mounted: 2

    The view is mounted and active.

    Pending: 1

    The view is pending some operation or update.

    Unmounted: 3

    The view is unmounted and not active.