Sanity Library Reference Docs
Preparing search index...
sanity
index
ReleaseActionDescription
Interface ReleaseActionDescription
Hidden
interface
ReleaseActionDescription
{
disabled
?:
boolean
;
icon
?:
ReactNode
|
ComponentType
<
{}
>
;
label
:
string
;
onHandle
?:
()
=>
void
;
title
?:
ReactNode
;
}
Index
Properties
disabled?
icon?
label
on
Handle?
title?
Properties
Optional
disabled
disabled
?:
boolean
Optional
icon
icon
?:
ReactNode
|
ComponentType
<
{}
>
label
label
:
string
Optional
on
Handle
onHandle
?:
()
=>
void
Optional
title
title
?:
ReactNode
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
disabled
icon
label
on
Handle
title
Sanity Library Reference Docs
Loading...
Hidden