SongGuess
    Preparing search index...
    • Opens a confirmation dialog and returns a promise that resolves to true if confirmed, false if cancelled.

      Parameters

      • title: string

        The dialog title

      • message: string

        The confirmation message

      • Optionaloptions: { cancelText?: string; confirmText?: string }

        Optional confirm and cancel button text

      Returns Promise<boolean>

      Promise resolving to true if confirmed, false if cancelled