getStaticServerUrl()
Obtains the static server URL that is used to retrieve static content.
Returns
The static server URL as a string.
Parameters
This API does not have parameters.
Usage example
In this example, the API returns the URL of the static content.
const staticServerURL = PCore.getAssetLoader().getStaticServerUrl();
Previous topic getLoader(name) Next topic getSvcComponent(name)