A regex pattern to stop web flow navigation.
Navigation will be stopped, and the interface will finish when the URL matches this regex.
A list of domains that are allowed to be accessed during the web flow.
If the user tries to navigate to a domain that is not in this list, the navigation will be stopped.
If this list is empty, no domain will be allowed.
Example:
allowedDomains: ["domain1.com", "domain2.tech"]
allowedDomains: ["*"] // allows all domains. Use with caution.
Optional
maxThe maximum number of navigations allowed before stopping the web flow.
If the navigation count reaches this limit, the web flow will be stopped.
Default value: 10
Optional
onA js script to be executed when the startUrl completes loading.
Generated using TypeDoc
The URL to start navigation.