@refinio/one.ui
    Preparing search index...

    Function hideLoadingScreen

    • Hide the loading wheel.

      The page content should have the page-container class (or for registration pages the registration-stepper-wrapper class is also considered).

      When the page content is displayed the loading wheel is hidden.

      Parameters

      • Optionaloptions: { hideClass?: string; unhideClass?: string }
        • OptionalhideClass?: string

          Optional. Default "loading-screen"

        • OptionalunhideClass?: string

          Optional. Default "page-container"

      Returns void