Applesauce
Preparing search index...
applesauce-react
Hooks
UseActionResult
Type Alias UseActionResult<Args>
type
UseActionResult
<
Args
extends
any
[]
>
=
{
exec
:
(
...
args
:
Args
)
=>
Observable
<
NostrEvent
>
;
loading
:
boolean
;
run
:
(
...
args
:
Args
)
=>
Promise
<
void
>
;
}
Type Parameters
Args
extends
any
[]
Index
Properties
exec
loading
run
Properties
exec
exec
:
(
...
args
:
Args
)
=>
Observable
<
NostrEvent
>
loading
loading
:
boolean
run
run
:
(
...
args
:
Args
)
=>
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
exec
loading
run
Applesauce
Loading...