9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement

Defined in: ui/dialogs/index.d.ts:245

Provides options for the login dialog.

Extends

Properties

cancelable?

ts
optional cancelable?: boolean;

Defined in: ui/dialogs/index.d.ts:144

[Android only] Gets or sets if the dialog can be canceled by taping outside of the dialog.

Inherited from

ConfirmOptions.cancelable


cancelButtonText?

ts
optional cancelButtonText?: string;

Defined in: ui/dialogs/index.d.ts:214

Gets or sets the Cancel button text.

Inherited from

ConfirmOptions.cancelButtonText


message?

ts
optional message?: string;

Defined in: ui/dialogs/index.d.ts:194

Gets or sets the dialog message.

Inherited from

ConfirmOptions.message


neutralButtonText?

ts
optional neutralButtonText?: string;

Defined in: ui/dialogs/index.d.ts:219

Gets or sets the neutral button text.

Inherited from

ConfirmOptions.neutralButtonText


okButtonText?

ts
optional okButtonText?: string;

Defined in: ui/dialogs/index.d.ts:204

Gets or sets the OK button text.

Inherited from

ConfirmOptions.okButtonText


password?

ts
optional password?: string;

Defined in: ui/dialogs/index.d.ts:264

Gets or sets the default text to display in the password input box.


passwordHint?

ts
optional passwordHint?: string;

Defined in: ui/dialogs/index.d.ts:254

Gets or sets the default text to display as hint in the password input box.


theme?

ts
optional theme?: number;

Defined in: ui/dialogs/index.d.ts:149

[Android only] Sets the theme of the Dialog. Usable themes can be found: https://developer.android.com/reference/android/R.style

Inherited from

ConfirmOptions.theme


title?

ts
optional title?: string;

Defined in: ui/dialogs/index.d.ts:189

Gets or sets the dialog title.

Inherited from

ConfirmOptions.title


userName?

ts
optional userName?: string;

Defined in: ui/dialogs/index.d.ts:259

Gets or sets the default text to display in the user name input box.


userNameHint?

ts
optional userNameHint?: string;

Defined in: ui/dialogs/index.d.ts:249

Gets or sets the default text to display as hint in the user name input box.

Previous
LoadOptions