Sanity Library Reference Docs
Preparing search index...
@sanity/sdk-react
dashboard
DashboardUrl
Interface DashboardUrl
interface
DashboardUrl
{
toString
()
:
string
;
toURL
(
options
:
{
origin
:
string
}
)
:
URL
;
url
(
options
?:
{
origin
?:
string
}
)
:
string
;
}
Hierarchy (
View Summary
)
DashboardUrl
CanvasUrl
CoreApplicationUrl
MediaLibraryUrl
StudioIntentUrl
StudioWorkspaceUrl
Implemented by
UrlBuilder
Index
Methods
to
String
toURL
url
Methods
to
String
toString
()
:
string
Returns
string
toURL
toURL
(
options
:
{
origin
:
string
}
)
:
URL
Parameters
options
:
{
origin
:
string
}
Returns
URL
url
url
(
options
?:
{
origin
?:
string
}
)
:
string
Parameters
Optional
options
:
{
origin
?:
string
}
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
to
String
toURL
url
Sanity Library Reference Docs
Loading...