MCPcopy 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
329export function isDialogOptions(arg): boolean {
330 return arg && (arg.message || arg.title);
331}
332
333export function parseLoginOptions(args: any[]): LoginOptions {
334 // Handle options object first

Callers 4

alertFunction · 0.90
confirmFunction · 0.90
alertFunction · 0.90
confirmFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected