Enode — API Reference
Preparing search index...
ui/src/auth/action-dialog-store
ActionDialogState
Interface ActionDialogState
What the host renders: the head of the queue, without its resolvers.
interface
ActionDialogState
{
current
:
{
action
:
RequiredAction
;
body
:
unknown
}
|
null
;
open
:
boolean
;
}
Index
Properties
current
open
Properties
Readonly
current
current
:
{
action
:
RequiredAction
;
body
:
unknown
}
|
null
Readonly
open
open
:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
current
open
Enode — API Reference
Loading...
What the host renders: the head of the queue, without its resolvers.