Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "ui/dialogs"

Index

Functions

action

  • action(message: string, cancelButtonText: string, actions: Array<string>): Promise<string>
  • action(options: ActionOptions): Promise<string>

alert

  • alert(message: string | number | boolean): Promise<void>
  • alert(options: AlertOptions): Promise<void>

confirm

  • confirm(message: string): Promise<boolean>
  • confirm(options: ConfirmOptions): Promise<boolean>

login

  • login(message: string, userNameHint?: string, passwordHint?: string, userName?: string, password?: string): Promise<LoginResult>
  • login(message: string, userNameHint?: string, passwordHint?: string): Promise<LoginResult>
  • login(options: LoginOptions): Promise<LoginResult>

prompt

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method