Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
367
function
saveModal(options: DialogOptions) {
368
modalMap.set(options.owner._domId, options);
369
}
370
371
function
removeModal(domId: number) {
372
modalMap.delete(domId);
Callers
1
_showNativeModalView
Method · 0.85
Calls
1
set
Method · 0.45
Tested by
no test coverage detected