Sanity Library Reference Docs
Preparing search index...
@sanity/sdk-react
dashboard
StudioIntentUrl
Interface StudioIntentUrl
interface
StudioIntentUrl
{
comment
(
commentId
:
string
)
:
StudioIntentUrl
;
perspective
(
perspective
:
string
)
:
StudioIntentUrl
;
task
(
taskId
:
string
)
:
DashboardUrl
;
toString
()
:
string
;
toURL
(
options
:
{
origin
:
string
}
)
:
URL
;
url
(
options
?:
{
origin
?:
string
}
)
:
string
;
}
Hierarchy (
View Summary
)
DashboardUrl
StudioIntentUrl
Index
Methods
comment
perspective
task
to
String
toURL
url
Methods
comment
comment
(
commentId
:
string
)
:
StudioIntentUrl
Parameters
commentId
:
string
Returns
StudioIntentUrl
perspective
perspective
(
perspective
:
string
)
:
StudioIntentUrl
Parameters
perspective
:
string
Returns
StudioIntentUrl
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
comment
perspective
task
to
String
toURL
url
Sanity Library Reference Docs
Loading...