codemelted.js Module
    Preparing search index...

    Function ui_notify

    • Provides a mechanism for interacting with a user by gather data or useful information.

      Parameters

      • params: { message: string; request: string }

        The named parameters

        • message: string

          The message to associate with the request.

        • request: string

          The request to carry out.

      Returns Promise<string | boolean | void>

      The data associated with the notification request. Any rejected promise is an API violation.

      // TBD