Sanity Library Reference Docs
Preparing search index...
@sanity/sdk-react
dashboard
StudioWorkspaceUrl
Interface StudioWorkspaceUrl
interface
StudioWorkspaceUrl
{
intent
(
intent
:
"edit"
,
parameters
:
EditIntentParameters
,
)
:
StudioIntentUrl
;
intent
(
intent
:
"create"
,
parameters
:
CreateIntentParameters
,
)
:
StudioIntentUrl
;
intent
(
intent
:
"release"
,
parameters
:
ReleaseIntentParameters
,
)
:
StudioIntentUrl
;
path
(
...
path
:
string
[]
)
:
DashboardUrl
;
task
(
taskId
:
string
)
:
DashboardUrl
;
toString
()
:
string
;
toURL
(
options
:
{
origin
:
string
}
)
:
URL
;
url
(
options
?:
{
origin
?:
string
}
)
:
string
;
}
Hierarchy (
View Summary
)
DashboardUrl
StudioWorkspaceUrl
StudioUrl
Index
Methods
intent
path
task
to
String
toURL
url
Methods
intent
intent
(
intent
:
"edit"
,
parameters
:
EditIntentParameters
)
:
StudioIntentUrl
Parameters
intent
:
"edit"
parameters
:
EditIntentParameters
Returns
StudioIntentUrl
intent
(
intent
:
"create"
,
parameters
:
CreateIntentParameters
)
:
StudioIntentUrl
Parameters
intent
:
"create"
parameters
:
CreateIntentParameters
Returns
StudioIntentUrl
intent
(
intent
:
"release"
,
parameters
:
ReleaseIntentParameters
)
:
StudioIntentUrl
Parameters
intent
:
"release"
parameters
:
ReleaseIntentParameters
Returns
StudioIntentUrl
path
path
(
...
path
:
string
[]
)
:
DashboardUrl
Parameters
...
path
:
string
[]
Returns
DashboardUrl
task
task
(
taskId
:
string
)
:
DashboardUrl
Parameters
taskId
:
string
Returns
DashboardUrl
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
intent
path
task
to
String
toURL
url
Sanity Library Reference Docs
Loading...