• askQuestion(title: string, text: string): boolean
  • Show dialog with submitted title and text and yes / no buttons

    Returns

    true if user clicked yes; flase otherwise

    Parameters

    • title: string

      Dialog title

    • text: string

      Dialog text

    Returns boolean

Generated using TypeDoc