Code
Hub
Workspaces
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/capacitor
/ nativeCustom
Interface
nativeCustom
src_bridge/native-custom.d.ts:8–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
* Define your own custom strongly typed native helpers here.
7
*/
8
export
interface
nativeCustom {
9
openNativeModalView: () => void;
10
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected