Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages.
Interfaces
LoginOptions
LoginOptions
interface LoginOptions extends ConfirmOptions { password: string; passwordHint: string; userName: string; userNameHint: string; }
Provides options for the login dialog.
Summary
Properties
Properties
password
Gets or sets the default text to display in the password input box.
passwordHint
Gets or sets the default text to display as hint in the password input box.
userName
Gets or sets the default text to display in the user name input box.
userNameHint
Gets or sets the default text to display as hint in the user name input box.
- Previous
- LoadOptions
- Next
- LoginResult