MessageRef: {
    hide(): any;
    show(content: string, info?: string): any;
}

Message API to interact with the loading box.

Type declaration

  • hide:function
  • show:function
    • Displays the provided content as a modal loading message.

      Parameters

      • content: string

        The content to be displayed.

      • Optional info: string

        Optional additional information.

      Returns any

Generated using TypeDoc