Preview 2.0 is now in Public Beta!
Read the Announcement
LoginOptions
interface LoginOptions extends ConfirmOptions {
  password: string;
  passwordHint: string;
  userName: string;
  userNameHint: string;
}

Summary

Properties

password
passwordHint
userName
userNameHint
2 properties inherited from CancelableOptions
Click to expand
2 properties inherited from ConfirmOptions
Click to expand
2 properties inherited from DialogOptions
Click to expand
1 properties inherited from AlertOptions
Click to expand

Properties

password

passwordHint

passwordHint?: string

userName

userNameHint

userNameHint?: string
Previous
LoadOptions