FrameInfo interface
Represents information about a frame within a tab or dialog module.
Properties
content |
The current URL that needs to be used in the iframe if the tab is reloaded |
website |
The current URL that needs to be used for opening the website when the user clicks on 'Go to website' |
Property Details
contentUrl
The current URL that needs to be used in the iframe if the tab is reloaded
contentUrl: string
Property Value
string
websiteUrl
The current URL that needs to be used for opening the website when the user clicks on 'Go to website'
websiteUrl: string
Property Value
string