NativeScript 9.1 Released → V8 14.9, Vite 8 HMR, built for rapid agentic visual iteration
Dig in

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

Provides result data from the login dialog.

Properties

password

ts
password: string;

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

Gets or sets the password entered in the login dialog.


result

ts
result: boolean;

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

Gets or sets the login dialog boolean result.


userName

ts
userName: string;

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

Gets or sets the user entered in the login dialog.

Previous
LoginOptions