MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / saveModal

Function saveModal

packages/core/ui/core/view/index.android.ts:367–369  ·  view source on GitHub ↗
(options: DialogOptions)

Source from the content-addressed store, hash-verified

365}
366
367function saveModal(options: DialogOptions) {
368 modalMap.set(options.owner._domId, options);
369}
370
371function removeModal(domId: number) {
372 modalMap.delete(domId);

Callers 1

_showNativeModalViewMethod · 0.85

Calls 1

setMethod · 0.45

Tested by

no test coverage detected