Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NathanWalker/nativescript-loading-indicator
/ OptionsCommon
Interface
OptionsCommon
src/interfaces.ts:21–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
export
interface
OptionsCommon {
22
message?: string;
23
progress?: number;
24
ios?: OptionsIOS;
25
android?: OptionsAndroid;
26
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected