IPopFlowUrlRequest

This object must be passed as the request object for pop operation publish API to open any page by giving URL.

Functions

setUrl

This function is used to set the URL.

The following example shows the syntax:
setUrl(url: string): void;

The following table shows the parameter:

Parameters

Parameter Name Required? Description
url Yes Full URL of the page.