Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/NativeScript
/ isDialogOptions
Function
isDialogOptions
packages/core/ui/dialogs/dialogs-common.ts:329–331 ·
view source on GitHub ↗
(arg)
Source
from the content-addressed store, hash-verified
327
}
328
329
export
function
isDialogOptions(arg): boolean {
330
return
arg && (arg.message || arg.title);
331
}
332
333
export
function
parseLoginOptions(args: any[]): LoginOptions {
334
// Handle options object first
Callers
4
alert
Function · 0.90
confirm
Function · 0.90
alert
Function · 0.90
confirm
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected