Rezi
Preparing search index...
core/src
ModalProps
Type Alias ModalProps
ModalProps
:
Readonly
<
{
actions
?:
readonly
VNode
[]
;
backdrop
?:
ModalBackdrop
;
closeOnBackdrop
?:
boolean
;
closeOnEscape
?:
boolean
;
content
:
VNode
;
frameStyle
?:
OverlayFrameStyle
;
height
?:
Exclude
<
SizeConstraintAtom
,
"auto"
>
;
id
:
string
;
initialFocus
?:
string
;
key
?:
string
;
maxWidth
?:
Exclude
<
SizeConstraintAtom
,
"auto"
>
;
minHeight
?:
Exclude
<
SizeConstraintAtom
,
"auto"
>
;
minWidth
?:
Exclude
<
SizeConstraintAtom
,
"auto"
>
;
onClose
?:
()
=>
void
;
returnFocusTo
?:
string
;
title
?:
string
;
width
?:
SizeConstraintAtom
;
}
,
>
Props for modal overlay. Centered with optional backdrop and focus trap.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Rezi
Loading...
Props for modal overlay. Centered with optional backdrop and focus trap.