ConfigPlugin
PluginConfigPluginLess than 1 minute
Configuration plugin.
import { configPlugin } from "@plaoc/plugins";
configPlugin.getInternalUrl();
Properties
public_url
Defines the public URL.
Its value is a string or a Promise that resolves to a string.
Methods
Gets the internal URL.
Sets the internal URL.
Sets the public URL.
Events
- None
Platform Compatibility
Property/Method/Event | Android | iOS | Desktop-Dev | Desktop |
---|---|---|---|---|
public_url | ✅ | ✅ | ✅ | X |
getInternalUrl | ✅ | ✅ | ✅ | X |
setInternalUrl | ✅ | ✅ | ✅ | X |
setPublicUrl | ✅ | ✅ | ✅ | X |
See Also
Powered by Waline v2.15.7