Rezi
Preparing search index...
core/src
LayerProps
Type Alias LayerProps
LayerProps
:
Readonly
<
{
backdrop
?:
BackdropStyle
;
closeOnEscape
?:
boolean
;
content
:
VNode
;
frameStyle
?:
OverlayFrameStyle
;
id
:
string
;
key
?:
string
;
modal
?:
boolean
;
onClose
?:
()
=>
void
;
zIndex
?:
number
;
}
,
>
Props for a layer in the layer stack.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Rezi
Loading...
Props for a layer in the layer stack.