Edit

Share via


OpenBrowserTabParams interface

Properties

queryParams

optional query parameters to be appended to the url

url

the url to navigate to

Property Details

queryParams

optional query parameters to be appended to the url

queryParams?: Record<string, string>

Property Value

Record<string, string>

url

the url to navigate to

url: string

Property Value

string