Skip to content

Src

This attribute is dependent on the IFrame(for web) and WebView(for mobile) type components.It allows users to input the URL of an external website, which will then be displayed within the component, showing the content of the external website.

  • How To Create
    Enter the URL to be called directly in Src of the Component Attribute.
    If the URL information for the site you want to call varies between different environments(such as dev, prod environments), you can apply environment variables as shown in [Image1]. This way, the URL information will be dynamically substituted at runtime based on the corresponding environment configuration.