Sanity Library Reference Docs
Preparing search index...
sanity
index
DocumentActionModalDialogProps
Interface DocumentActionModalDialogProps
Beta
Hidden
interface
DocumentActionModalDialogProps
{
content
:
ReactNode
;
footer
?:
ReactNode
;
header
?:
ReactNode
;
onClose
:
()
=>
void
;
showCloseButton
?:
boolean
;
type
?:
"dialog"
;
width
?:
"small"
|
"large"
|
"full"
|
"medium"
;
}
Index
Properties
content
footer?
header?
on
Close
show
Close
Button?
type?
width?
Properties
Beta
content
content
:
ReactNode
Optional
Beta
footer
footer
?:
ReactNode
Hidden
Optional
Beta
header
header
?:
ReactNode
Hidden
Beta
on
Close
onClose
:
()
=>
void
Optional
Beta
show
Close
Button
showCloseButton
?:
boolean
Optional
Beta
type
type
?:
"dialog"
Optional
Beta
width
width
?:
"small"
|
"large"
|
"full"
|
"medium"
Hidden
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
footer
header
on
Close
show
Close
Button
type
width
Sanity Library Reference Docs
Loading...
Hidden