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