ConfigPlugin.setInternalUrl()
PluginConfigPluginsetInternalUrlLess than 1 minute
Sets the internal URL.
configPlugin.setInternalUrl(url)
Parameters
- url: The new URL as a string.
Returns
The internal URL.
Example
import { configPlugin } from "@plaoc/plugins";
configPlugin.setInternalUrl("http://xxx");
Platform Compatibility
Property/Method/Event | Android | iOS | Desktop-Dev | Desktop |
---|---|---|---|---|
setInternalUrl | ✅ | ✅ | ✅ | X |
See Also
Powered by Waline v2.15.7