setupBusyModal | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Function setupBusyModal

    • Configure an (accessible) modal dialog

      Parameters

      • bmc: NonNullable<undefined | string | HTMLElement | HTMLDialogElement>

        What to show in the dialog: either a text or DOM fragment to clone. If a

        element is passed, this dialog will be used instead of creating a new one.

      Returns void