Function setCurrentZComponentConstruction

  • Sets the current ZComponent that is under construction.

    Parameters

    • z: undefined | ZComponent<any>

      The ZComponent to set as currently under construction, or undefined to clear the current construction.

    Returns void