codemelted.js Module
    Preparing search index...

    Enumeration NOTIFY_REQUESTReadonly

    Provides the request actions of the ui_notify function.

    Index
    Alert: "alert"

    Alert a user to a condition.

    Choose: "choose"

    Provides a selection to the user.

    Close: "close"

    Closes any given prompt to the user.

    Confirm: "confirm"

    Get confirmation from a user.

    Custom: "custom"

    Provides a custom notification mechanism to the user.

    Prompt: "prompt"

    Prompt the user for input.

    SnackBar: "snack_bar"

    Tell the user something happened passively.

    SystemNotification: "system_notification"

    Provides an operating system notification even when the page is not active. Requires permission to be granted to the website.

    Wait: "wait"

    Tell the user to wait for an action to complete.