Rezi
Preparing search index...
core/src
popLayer
Function popLayer
popLayer
(
state
:
LayerStackState
,
layerId
:
string
,
)
:
{
onClose
:
(
()
=>
void
)
|
undefined
;
state
:
LayerStackState
}
Pop a layer from the stack. Returns the new state and the onClose callback if any.
Parameters
state
:
LayerStackState
layerId
:
string
Returns
{
onClose
:
(
()
=>
void
)
|
undefined
;
state
:
LayerStackState
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Rezi
Loading...
Pop a layer from the stack. Returns the new state and the onClose callback if any.