ConfigPlugin
August 11, 2023
- Plugin
Configuration plugin.
import { configPlugin } from "@plaoc/plugin";
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.13.0